forrest79 / phpgsql

Simple and fast PHP database library for PostgreSQL with auto converting DB types to PHP and fluent interface for SQL query writing.
Other
11 stars 3 forks source link

Refactor QueryBuilder #36

Open forrest79 opened 8 months ago

forrest79 commented 8 months ago

Everything sould be simply extendable. Query data prepare with value objects, not magic array.