Top "Sqlalchemy-migrate" questions

Schema migration tools for SQLAlchemy, designed to support an agile approach to database design, and make it easier to keep development and production databases in sync, as schema changes are required.

How to alter column type from character varying to integer using sqlalchemy-migrate

I'm using sqlalchemy-migrate to alter the type of one of the columns in a table in a Postgre SQL database. …

python postgresql sqlalchemy sqlalchemy-migrate
sqlalchemy: "Neither 'InstrumentedAttribute' object nor 'Comparator' object has an attribute" error

I've added a table to a database using sqlalchemy and sqlalchemy-migrate, and when I run unit tests on unrelated code …

python sqlalchemy sqlalchemy-migrate
Flask/SQL Alchemy: No application found. Either work inside a view function or push an application context

I'm trying to replicate this https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xxiii-application-programming-interfaces-apis focus only in the API and security (tokens) part. …

flask sqlalchemy flask-sqlalchemy sqlalchemy-migrate