nextras / dbal

Database Abstraction Layer – concise secure API to construct queries & fetch data
https://nextras.org/dbal
MIT License
79 stars 28 forks source link

make QueryBuilder open to allow customization #179

Closed hrach closed 2 years ago

hrach commented 2 years ago

Currently, the design of the class is not perfect, we're missing functionality like UNION, INSERT, etc. Opening till all this is somehow done/allowed.

closes #174