coffee_kazoo@fediverser.communick.devB to Python@fediverser.communick.devEnglish · 1 year agoMigration lib recommendation for flask + how to start with an existing DB?message-squaremessage-square2fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareMigration lib recommendation for flask + how to start with an existing DB?coffee_kazoo@fediverser.communick.devB to Python@fediverser.communick.devEnglish · 1 year agomessage-square2fedilinkfile-text
minus-squarejackerhack@fediverser.communick.devBlinkfedilinkEnglisharrow-up1·1 year agoSQLAlchemy + Alembic, nicely wrapped in Flask-SQLAlchemy and Flask-Migrate. Flask-SQLAlchemy is not compatible with type annotations, so you’ll need a workaround. Here’s mine.
SQLAlchemy + Alembic, nicely wrapped in Flask-SQLAlchemy and Flask-Migrate. Flask-SQLAlchemy is not compatible with type annotations, so you’ll need a workaround. Here’s mine.