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

Fluent\Query implements Db\Sql #39

Closed forrest79 closed 5 months ago

forrest79 commented 7 months ago

Can Fluent\Query implements Db\Sql so only Db\Sql can be used in all parameters instead of Fluent\Query|Db\Sql.

forrest79 commented 5 months ago

Can't be done because of #37