NEONKID / python-mf-data

Python Micro Framework Data
15 stars 0 forks source link

Rdb session not recycled #25

Open NEONKID opened 2 years ago

NEONKID commented 2 years ago

In addition to terminating the transaction after using the DB, resources must be released so that the session can be reused from the connection pool.

NEONKID commented 2 years ago

For more information: https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html#sqlalchemy.ext.asyncio.async_scoped_session.remove