BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Using SQLAlchemy async_session #1392

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.

TODO