sqlxgentools/TODO.md

20 lines
447 B
Markdown
Raw Normal View History

2024-12-27 22:00:38 +00:00
# TODO
- CREATE TABLE migration
- add unit tests
- add custom table name attribute
- add automagically generated CHECK constraints on enum type field
- support foreign key CHECK constraints
- Repositories generation
2024-12-27 22:05:15 +00:00
- default CRUD boilerplate
- get_all
- get_by_id
- insert
- update
- custom queries
- Config file for project
- configure models path
- configure repositories path