samedi 5 septembre 2015

Sqlite3 schema upgrade using alembic

I have C++ application (Linux) which uses sqlite3 db through APIs. Currently DB is shipped along with binaries in RPM. This DB has all required tables already. My application does not try to change any schema while running. Now I have to support db schema upgrades for next versions as schema might change going forward. Any idea how can I achieve this?

Aucun commentaire:

Enregistrer un commentaire