docs: initial readme

This commit is contained in:
Matthieu Bessat 2024-12-27 23:05:15 +01:00
parent 912d00f2d3
commit fa48c7a2b4
2 changed files with 41 additions and 2 deletions

12
TODO.md
View file

@ -7,5 +7,13 @@
- support foreign key CHECK constraints
- Repositories generation
- Create get_all
- Create get_by_id
- default CRUD boilerplate
- get_all
- get_by_id
- insert
- update
- custom queries
- Config file for project
- configure models path
- configure repositories path