Skip to content

Commit

Permalink
Update docs and README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Apr 20, 2021
1 parent 8e4d329 commit 2767f9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ aiohttp-sqlalchemy

SQLAlchemy 1.4 / 2.0 support for aiohttp.

Library provide:

* ``AsyncSession`` as ``request['sa_main']`` or ``SAView.sa_main_session``
* ``AsyncEngine`` as ``request.app['sa_main']``

Install
-------
::
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ SQLAlchemy 1.4 / 2.0 support for aiohttp.

Library provide:

* AsyncSession as ``request['sa_main']`` or ``SAView.sa_main_session``
* AsyncEngine as ``request.app['sa_main']``
* ``AsyncSession`` as ``request['sa_main']`` or ``SAView.sa_main_session``
* ``AsyncEngine`` as ``request.app['sa_main']``

Install
-------
Expand Down

0 comments on commit 2767f9b

Please sign in to comment.