FFFF simple-query-builder-python/ToDo.md at main · co0lc0der/simple-query-builder-python · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 350 Bytes

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
0