pg_trgm migrations with alembic and SQLAlchemy
I'm a Rails engineer working on a Flask app. We use alembic and SQLAlchemy against a Postgres database. Even though I miss ActiveRecord dearly, for the most part what I know has mapped pretty well. Until today. I've been trying to create a pg_trgm index on one of our…