See what will run. Prove it is safe. Keep the evidence.
DBLift is an open-source, Apache 2.0 database migration tool for Python teams: Flyway-style raw-SQL migrations for Python teams, installed with pip, no JVM. Write versioned SQL or Python migration files and see every statement before it runs: dblift migrate --dry-run --show-sql prints the exact SQL and applies nothing.
The open core applies migrations under a lock and records each version in a schema history table, shows applied, pending and reversible migrations with dblift info, validates history against the repository, and rolls back with undo files you wrote yourself. Baseline an existing database or import a Flyway history. Twenty engines share one CLI, from PostgreSQL, MySQL and SQL Server to DuckDB, MongoDB and the PostgreSQL-compatible clouds, plus a Python API, pytest-dblift, a GitHub Action and an MCP server for AI coding agents.
Pro adds SQL review, schema comparison and audited data fixes. Enterprise adds offline plans, preflight rehearsal and retained release evidence for approvers. Pricing, documentation, blog, privacy policy and contact details are published on dblift.com.
DBLift is information technology / developer tools software. Contact: contact@dblift.com.