Our great sponsors
-
Sequelize
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.
Our main apps are written in Node.js and there we use TypeORM for some of the lighter CRUD. I've looked into TypeORM migrations but get the impression that the CLI tool is not up to date. I've also looked a bit at Sequelize (but that would require us to switch from TypeORM).
-
Liquibase seems competent but maybe to much and Java heavy?
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Flyway seems similar
-
golang/migrate seems nice, decently light weight and with a decent size community?