I'm going to add the next features into future versions
- write more unit testes
- add subqueries for QueryBuilder
- add
BETWEEN
- add
WHERE EXISTS
- add TableBuilder class (for beginning
CREATE TABLE
, move$query->drop()
and$query->truncate()
into it) - add PostgreSQL support
- add
WITH
- and probably something more