Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 350 Bytes

ToDo.md

File metadata and controls

11 lines (11 loc) · 350 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 qb.drop() and qb.truncate() into it)
  • add MySQL support
  • add PostgreSQL support
  • add WITH
  • and probably something more