Files
sqlalchemy/test/ext
Jack Wotherspoon dcd938c68e feat: add async_creator argument to create_async_engine
Added new :paramref:`_asyncio.create_async_engine.async_creator` parameter
to :func:`.create_async_engine`, which accomplishes the same purpose as the
:paramref:`.create_engine.creator` parameter of :func:`.create_engine`.
This is a no-argument callable that provides a new asyncio connection,
using the asyncio database driver directly. The
:func:`.create_async_engine` function will wrap the driver-level connection
in the appropriate structures. Pull request curtesy of Jack Wotherspoon.

Fixes #8215
Closes: #9854
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/9854
Pull-request-sha: 537073e71e

Change-Id: I184c59ee68436e910464b717f2cbb7e314c1c2cc
2023-06-09 11:21:40 -04:00
..
2023-03-10 15:07:27 -05:00
2023-05-09 20:23:48 -04:00