Skip to content

Commit f7774c2

Browse files
committed
add ToDo file
1 parent ec69811 commit f7774c2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

ToDo.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)