module documentation

.. dialect:: mysql+asyncmy :name: asyncmy :dbapi: asyncmy :connectstring: mysql+asyncmy://user:password@host:port/dbname[?key=value&key=value...] :url: https://github.com/long2ice/asyncmy .. note:: The asyncmy dialect as of September, 2021 was added to provide MySQL/MariaDB asyncio compatibility given that the :ref:`aiomysql` database driver has become unmaintained, however asyncmy is itself very new. Using a special asyncio mediation layer, the asyncmy dialect is usable as the backend for the :ref:`SQLAlchemy asyncio <asyncio_toplevel>` extension package. This dialect should normally be used only with the :func:`_asyncio.create_async_engine` engine creation function:: from sqlalchemy.ext.asyncio import create_async_engine engine = create_async_engine("mysql+asyncmy://user:pass@hostname/dbname?charset=utf8mb4")

Class AsyncAdapt_asyncmy_connection Undocumented
Class AsyncAdapt_asyncmy_cursor Undocumented
Class AsyncAdapt_asyncmy_dbapi Undocumented
Class AsyncAdapt_asyncmy_ss_cursor Undocumented
Class AsyncAdaptFallback_asyncmy_connection Undocumented
Class MySQLDialect_asyncmy Undocumented
Function _Binary Return x as a binary type.
def _Binary(x): (source)

Return x as a binary type.