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] SQLAlchemy 2.0 Style #1391

Closed YoshihitoAso closed 1 year ago

YoshihitoAso commented 1 year ago

Is your feature request related to a problem? Please describe.

We upgraded SQLAlchemy to v2 in version 23.6, but the code style is still v1. Considering the use of asynchronous sessions enabled by psychopg3, I think it should be changed to 2.0 Style.

Describe the solution you'd like

I would like to change to 2.0 Style.