From 6ef3048659f51d8294e3ab9af1fd811880ce750f Mon Sep 17 00:00:00 2001 From: phpibe Date: Sat, 13 Jun 2026 17:43:10 -0300 Subject: [PATCH] Update README.md, Added sqlc-php --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b68596244..5f339d166 100644 --- a/README.md +++ b/README.md @@ -584,6 +584,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM. * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL. * [Spot2](https://github.com/spotorm/spot2) - A MySQL datamapper ORM. +* [Sqlc-php](https://github.com/phpibe/sqlc-php) - Compile SQL to type-safe code. ### Migrations *Libraries to help manage database schemas and migrations.*