dbsync
JSON →dbsync is a schema migration and database change management tool similar to Flyway but unopinionated and flexible. It scans a directory for SQL migration files and applies them in order, tracking which have been run. Version 2.0.0 (stable, current) includes a breaking change removing the need to manually escape '?' characters in migrations. Supports any database supported by Knex.js (Postgres, MySQL, MariaDB, SQLite3, Oracle experimental). Release cadence is irregular; maintained as of 2023.