BoostryJP / ibet-Prime

Advanced API Toolkit for Digital Securities Issuance and Management on the ibet Network 🚀
https://ibet.jp/ibet-for-fin
Apache License 2.0
11 stars 1 forks source link

[FEATURE] Using SQLAlchemy async_session #527

Closed YoshihitoAso closed 9 months ago

YoshihitoAso commented 1 year ago

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.