#Python and #Database #DB peeps -- What would you recommend for supporting database migrations **without** depending on an ORM?
Our application does not make use of an ORM, and we would strongly prefer to keep it that way. However, we are finding a need for supporting migrations in a more structured manner in our CI pipeline.
Would love your input. Please re-toot. Thanks!