Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,13 @@ zope.sqlalchemy_
As such it seeks only to provide a data manager and makes no attempt
to define a zopeish way to configure engines.

context-async-sqlalchemy_
Provides a convenient way to work with sessions in asynchronous applications using context.
It handles the lifecycle management of the engine, sessions, and transactions.
The main goal is to provide quick and easy access to a session,
without worrying about opening or closing it when it’s not necessary.


.. _Bottle: https://bottlepy.org/
.. _bottle-sqlalchemy: https://github.com/iurisilvio/bottle-sqlalchemy
.. _filteralchemy: https://github.com/jmcarp/filteralchemy
Expand All @@ -495,6 +502,7 @@ zope.sqlalchemy_
.. _webargs: https://github.com/marshmallow-code/webargs
.. _Zope: https://www.zope.org/
.. _zope.sqlalchemy: https://pypi.org/project/zope.sqlalchemy/
.. _context-async-sqlalchemy: https://github.com/krylosov-aa/context-async-sqlalchemy


Other
Expand Down