refactor: uniformize project naming
This commit is contained in:
parent
3b134cdb6c
commit
3977e08084
13 changed files with 40 additions and 30 deletions
16
README.md
16
README.md
|
|
@ -1,8 +1,6 @@
|
|||
# [WIP] sqlxgentools
|
||||
|
||||
better name: sqlitexgentools, sqlitexgen
|
||||
|
||||
Tools to generate SQL migrations and Rust SQLx repositories code from models structs in a SQLite context.
|
||||
Tools to generate SQL migrations and Rust SQLx repositories code from models structs to use with a SQLite database.
|
||||
|
||||
Will be used in [minauthator](https://forge.lefuturiste.fr/mbess/minauthator).
|
||||
|
||||
|
|
@ -20,6 +18,18 @@ Will be used in [minauthator](https://forge.lefuturiste.fr/mbess/minauthator).
|
|||
|
||||
- Provide a full a ORM interface
|
||||
|
||||
## Features
|
||||
|
||||
- [x] generate migrations
|
||||
- [x] from scratch
|
||||
- [ ] up migration
|
||||
- [ ] down migration
|
||||
- [x] generate repositories
|
||||
- [x] get_all
|
||||
- [x] get_by_id
|
||||
- [x] insert
|
||||
- [x] insert_many
|
||||
|
||||
## Usage
|
||||
|
||||
### Generate initial CREATE TABLE sqlite migration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue