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] Upgrade sqlalchemy-migrate to migrate db on sqlalchemy2 environment #1338

Closed purplesmoke05 closed 1 year ago

purplesmoke05 commented 1 year ago

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

Describe the solution you'd like

YoshihitoAso commented 1 year ago

Our testing showed that sqlalchemy-migrate needed a lot of modifications to make it compatible with SQLAlchemy2. Also considering future maintenance stability, I think moving to Alembic is the best choice.