Skip to content

Instantly share code, notes, and snippets.

[alembic]
# Pfad zu den Migrationen
script_location = alembic
# Datenbank-URL wird in env.py gesetzt (über Settings/Umgebungsvariablen)
sqlalchemy.url = driver://user:pass@localhost/dbname
# Logging
[loggers]
keys = root,sqlalchemy,alembic