]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
chore: add psycopg support (#4)
authorJack Wotherspoon <jackwoth@google.com>
Thu, 1 Jun 2023 15:14:18 +0000 (11:14 -0400)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2023 15:14:18 +0000 (11:14 -0400)
commit408ab2f51415a11be5e80219eed40553119c527b
tree9966f9f489d4f9452e4e0f607573d10c0cd09f7a
parent5c163c946be326cce25099b3f1194c51c4a6ff4f
chore: add psycopg support (#4)
lib/sqlalchemy/dialects/postgresql/psycopg.py
lib/sqlalchemy/ext/asyncio/engine.py
test/dialect/postgresql/test_dialect.py