]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add documentation on how to use the events with asyncio
authorFederico Caselli <cfederico87@gmail.com>
Wed, 29 Sep 2021 19:54:09 +0000 (21:54 +0200)
committermike bayer <mike_mp@zzzcomputing.com>
Fri, 8 Oct 2021 17:09:59 +0000 (17:09 +0000)
commit38d6c6c5dc3d0c7da2268e0f9a1a71c108ab7c51
tree0fdafb9cf740a3333b15f3a4815138736af5c995
parent64e6da307c79981119cbd6f95957ead310e3456f
Add documentation on how to use the events with asyncio

Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Fixes: #6899
Change-Id: I965af321fb36d9645fe3fc2675ad9943f24e32f2
doc/build/conf.py
doc/build/glossary.rst
doc/build/orm/extensions/asyncio.rst
lib/sqlalchemy/ext/asyncio/engine.py
lib/sqlalchemy/ext/asyncio/session.py