Use PostgreSQL instead of Sqlite

This commit is contained in:
Joakim Hellsén 2025-09-05 00:07:22 +02:00
commit c72533c14f
4 changed files with 71 additions and 15 deletions

View file

@ -16,6 +16,7 @@ dependencies = [
"orjson>=3.11.1",
"platformdirs>=4.3.8",
"python-dotenv>=1.1.1",
"psycopg[binary]>=3.2.3",
]
[dependency-groups]