6 results for “topic:postgresql-migration”
Command-line tool for PostgreSQL migrations
sql migrations tool, done right for those of us don't rely on SqlAlchemy or Alembic. Migretti is a 10/10 tool for this use case. It is not just a "script runner"; it is a fully featured migration engine with enterprise-grade safeguards (locking, auditing, transactional dry-runs) built-in. It is perfectly suited for your applicaiton of any scale
A passwordless login system where a user enters their email, the site emails a short-lived redirect link (30 seconds) plus an 8-digit one-time code (OTP).
PostgreSQL migrations
Mysql to PGsql using python, pandas, sqlalchemy & some other libs
🔄 Simplify database migrations for Python apps with Migretti, ensuring SQL-first management for reliable and consistent PostgreSQL schema changes.