SQLAlchemy
https://pypi.org/project/SQLAlchemy/
https://github.com/sqlalchemy/sqlalchemy
インストール時のextraの指定
postgresql
psycopg2
postgresql-psycopg2binary
psycopg2-binary(psycopg2ではbinaryは本番では使わない)
postgresql-psycopg
psycopg(Pythonのみ)
postgresql-psycopgbinary
psycopg(binary extraも指定するのがよさそう)