Rewrite from mongodb to sqlx (#1)

Reviewed-on: #1
This commit is contained in:
2025-07-20 13:16:31 +00:00
parent a58df1cb8e
commit 14c520c1d2
19 changed files with 814 additions and 1078 deletions

View File

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