feat: add repository code generator

This commit is contained in:
Matthieu Bessat 2024-12-28 19:56:04 +01:00
parent fa48c7a2b4
commit c15e69a6c4
7 changed files with 432 additions and 319 deletions

View file

@ -1,5 +1,7 @@
# [WIP] sqlxgentools
better name: sqlitexgentools, sqlitexgen
Tools to generate SQL migrations and Rust SQLx repositories code from models structs in a SQLite context.
Will be used in [minauthator](https://forge.lefuturiste.fr/mbess/minauthator).