Skip to content

Commit

Permalink
fix: update description.
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed May 13, 2024
1 parent 2ced7ad commit 4c3418e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ phel-lang pdo wrapper library.

## Description

With phel, it is very easy to call functions of originally PHP classes.
Therefore, it is not difficult to use PDO directly.

Inherently, it is very easy to call the functionality of PHP classes from phel code. Therefore, it is not difficult to access the database using PDO directly.

However, if you have to think about PHP classes while writing phel code, there is a concern that a context switch will occur between the phel world and the PHP world, and you will not be able to concentrate on writing the phel code.

Therefore, I created a wrapper library that can handle PDO just by calling functions in the phel world.
Therefore, I created a wrapper library (phel-pdo) that can handle PDO just by calling Phel functions.

## Install

Expand Down

0 comments on commit 4c3418e

Please sign in to comment.