File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ I'm going to add the next features into future versions
9090- add ` BETWEEN `
9191- add ` WHERE EXISTS `
9292- add TableBuilder class (for beginning ` CREATE TABLE ` , move ` $query->drop() ` and ` $query->truncate() ` into it)
93- - add MySQL support
9493- add PostgreSQL support
9594- add ` WITH `
9695- and probably something more
Original file line number Diff line number Diff line change 1+ # ToDo
2+ I'm going to add the next features into future versions
3+ - write more unit testes
4+ - add subqueries for QueryBuilder
5+ - add ` BETWEEN `
6+ - add ` WHERE EXISTS `
7+ - add TableBuilder class (for beginning ` CREATE TABLE ` , move ` $query->drop() ` and ` $query->truncate() ` into it)
8+ - add PostgreSQL support
9+ - add ` WITH `
10+ - and probably something more
You can’t perform that action at this time.
0 commit comments