]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
improve async_sessionmaker docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Dec 2022 14:09:44 +0000 (09:09 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Dec 2022 14:09:44 +0000 (09:09 -0500)
commit88d163490e8c99771aa7b3b6bf86bb04fd8b0207
tree5244bbbfac8a440c5b04cb20077d6028261229bf
parentb973cbd8939f2cc0e29c668fffd507958c3e455a
improve async_sessionmaker docs

* illustrate patterns where the async_sessionmaker is being reused.
  if you are not reusing it, there is no point to making it
* fix reference to async_sessionmaker
* add typing

Change-Id: I22a260132b6e06574b5fe37af554829e38163de6
doc/build/orm/extensions/asyncio.rst
lib/sqlalchemy/ext/asyncio/session.py