From 4c3418e2ec5e23c80126bcab04a60224e5be45b1 Mon Sep 17 00:00:00 2001 From: smeghead Date: Mon, 13 May 2024 21:48:25 +0900 Subject: [PATCH] fix: update description. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7388248..d023a7e 100644 --- a/README.md +++ b/README.md @@ -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