Skip to content

Commit b004fef

Browse files
committed
更新 README。
1 parent 02b53be commit b004fef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PD\SQL
22

3-
> A fluent SQL query builder for PHP that provides an elegant and safe way to build and execute database queries. Built on top of PDO, this library offers a chainable API that makes database interactions more intuitive and maintainable.
3+
> A fluent SQL query builder for PHP that provides an elegant and safe way to build and execute database queries. Built on top of PDO.
44
55
![tag](https://img.shields.io/badge/tag-PHP%20Library-bb4444)
6-
![size](https://img.shields.io/github/size/pardnchiu/PHPSQL/src/SQL.php)<br>
6+
![size](https://img.shields.io/github/size/pardnchiu/PHP-SQL/src/SQL.php)<br>
77
![version](https://img.shields.io/packagist/v/pardnchiu/sql)
88
![download](https://img.shields.io/packagist/dm/pardnchiu/sql)
99

@@ -72,7 +72,7 @@ $result_user_1 = SQL::query(
7272

7373
## License
7474

75-
This source code project is licensed under the [MIT](https://github.com/pardnchiu/PHPSQL/blob/main/LICENSE) license.
75+
This source code project is licensed under the [MIT](https://github.com/pardnchiu/PHP-SQL/blob/main/LICENSE) license.
7676

7777
## Creator
7878

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pardnchiu/sql",
3-
"description": "A fluent SQL query builder for PHP that provides an elegant and safe way to build and execute database queries. Built on top of PDO, this library offers a chainable API that makes database interactions more intuitive and maintainable.",
3+
"description": "A fluent SQL query builder for PHP that provides an elegant and safe way to build and execute database queries. Built on top of PDO.",
44
"type": "library",
55
"license": "MIT",
66
"authors": [

0 commit comments

Comments
 (0)