Fixes: #9858
Change-Id: I2348e5508714fb7cf9a509eaa57b9e011c72965b
from sqlalchemy.ext.asyncio import create_async_engine
asyncio_engine = create_async_engine("postgresql+psycopg_async://scott:tiger@localhost/test")
-The ``psycopg`` dialect has the same API features as that of ``psycopg2``,
-with the exception of the "fast executemany" helpers. The "fast executemany"
-helpers are expected to be generalized and ported to ``psycopg`` before the final
-release of SQLAlchemy 2.0, however.
-
-
.. seealso::
:ref:`postgresql_psycopg2` - The SQLAlchemy ``psycopg``