feat: Switch to postgres

Migrate from MariaDB to PostgreSQL.

Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
moson 2023-11-30 15:13:42 +01:00
parent eca8bbf515
commit 122df968dc
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
64 changed files with 1467 additions and 1441 deletions

View file

@ -77,7 +77,6 @@ paginate = "^0.5.6"
# SQL
alembic = "^1.13.1"
mysqlclient = "^2.2.3"
Authlib = "^1.3.0"
Jinja2 = "^3.1.3"
Markdown = "^3.6"
@ -92,9 +91,10 @@ pytest-xdist = "^3.5.0"
filelock = "^3.13.3"
posix-ipc = "^1.1.1"
pyalpm = "^0.10.6"
fastapi = "^0.112.0"
fastapi = "0.112.1"
srcinfo = "^0.1.2"
tomlkit = "^0.13.0"
psycopg2 = {extras = ["c"], version = "^2.9.7"}
# Tracing
prometheus-fastapi-instrumentator = "^7.0.0"