InstallationΒΆ

Install the package using pip:

pip install pgmq-sqlalchemy

Install with additional DBAPIs packages

pip install "pgmq-sqlalchemy[asyncpg]"
pip install "pgmq-sqlalchemy[psycopg2-binary]"
# pip install "pgmq-sqlalchemy[postgres-python-driver]"

Note

See SQLAlchemy Postgresql Dialects for all available DBAPIs packages.