Is your feature request related to a problem? Please describe.
Currently, the SQLAlchemy session object used by each API is synchronous.
In v23.6 we have upgraded psycopg to v3 so we can now use asynchronous sessions in the ORM layer.
Describe the solution you'd like
I would like to replace the session object with async_session.
Is your feature request related to a problem? Please describe.
Currently, the SQLAlchemy session object used by each API is synchronous. In v23.6 we have upgraded psycopg to v3 so we can now use asynchronous sessions in the ORM layer.
Describe the solution you'd like
I would like to replace the session object with async_session.