refactor: uniformize project naming

This commit is contained in:
Matthieu Bessat 2025-03-15 10:21:53 +01:00
parent 3b134cdb6c
commit 3977e08084
13 changed files with 40 additions and 30 deletions

View file

@ -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