# SQLite needs this special flag; Postgres does not support it at all. connect_args = {"check_same_thread": False} if DATABASE_URL.startswith("sqlite") else {} ...
Contribute to mykurena/03-data-pipeline-api-to-warehouse development by creating an account on GitHub.