module documentation
Undocumented
| Function | adapt |
Adapt a connection created by mysql.connector.aio.connect to an AsyncConnection. |
| Variable | |
Undocumented |
| Class | _ |
Undocumented |
| Class | _ |
Undocumented |
def adaptMySQL(connection:
Callable[ [], Awaitable[ SomeMySQLConnection]]) -> AsyncConnectable:
(source)
¶
Adapt a connection created by mysql.connector.aio.connect to an AsyncConnection.