This commit is contained in:
2025-07-29 20:20:02 +02:00
parent 9b8461314f
commit 62dc6deb79
36 changed files with 2837 additions and 37 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
créer un fichier de migration sqlx :
```shell
sqlx migrate add --source src/store/migrations migration_name
```