Installation ============ Install the package using pip: .. code-block:: bash pip install pgmq-sqlalchemy Install with additional DBAPIs packages .. code-block:: bash 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.