Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 339 Bytes

ToDo.md

File metadata and controls

10 lines (10 loc) · 339 Bytes

ToDo

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