rewrite to sqlx

This commit is contained in:
2025-07-20 14:49:31 +02:00
parent a58df1cb8e
commit 27e9119123
13 changed files with 720 additions and 1004 deletions

View File

@@ -1,2 +1 @@
MONGODB_URI=mongodb://localhost:27017
DB_NAME=rick_and_morty
DATABASE_URL="sqlite:rick_and_morty.db"