docs: update TODO
This commit is contained in:
parent
76cdeb209d
commit
d4e3f4b88c
1 changed files with 11 additions and 2 deletions
13
TODO.md
13
TODO.md
|
|
@ -14,7 +14,9 @@
|
||||||
- insert
|
- insert
|
||||||
- update
|
- update
|
||||||
- delete_by_id
|
- delete_by_id
|
||||||
- [ ] delete_many
|
- [x] delete_many by ids
|
||||||
|
|
||||||
|
- [ ] Better CLI documentation
|
||||||
|
|
||||||
- [ ] Config file for project
|
- [ ] Config file for project
|
||||||
- configure models path
|
- configure models path
|
||||||
|
|
@ -26,5 +28,12 @@
|
||||||
|
|
||||||
- [ ] Support basic one to many, many to one, belongs to relationships
|
- [ ] Support basic one to many, many to one, belongs to relationships
|
||||||
- [ ] Support generating inner join SQL query
|
- [ ] Support generating inner join SQL query
|
||||||
- [ ] Better, cleaner migration support
|
- [ ] Better, cleaner migration support UP and DOWN
|
||||||
|
|
||||||
|
- [ ] Add a version side
|
||||||
|
- [ ] man page
|
||||||
|
- [ ] Quick start guide
|
||||||
|
- [ ] Static website
|
||||||
|
|
||||||
|
- [ ] release
|
||||||
|
- [ ] add comment in the start of the generated repositories files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue