You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# SQLC PHP PDO Plugin (Fork)
2
2
3
+
> ⚠️ **Warning:** This project is in a very early stage. Expect bugs and breaking changes. Use with caution in production environments.
4
+
3
5
A fork of the original SQLC plugin, this version generates PHP code using native PDO for type-safe database operations. It allows you to write SQL queries and automatically generates PHP classes with proper type hints and database abstraction, without requiring Doctrine DBAL.
4
6
5
7
## Features
@@ -22,12 +24,12 @@ A fork of the original SQLC plugin, this version generates PHP code using native
22
24
2. Add the plugin to your `sqlc.yaml` configuration:
0 commit comments