From c2f42eb7ff3ddc113422719f895eaae2d9ce4e6a Mon Sep 17 00:00:00 2001 From: Moshe Simantov Date: Wed, 15 Mar 2023 18:56:39 +0200 Subject: [PATCH] Add Neuledge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a3739d..4ffaff7 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ For updates on `awesome-db-tools` and thoughts/news about databases/tools/SQL fo - [gh-ost](https://github.com/github/gh-ost) - Online schema migration for MySQL. - [liquibase](https://github.com/liquibase/liquibase) - Database-independent library for tracking, managing and applying database schema changes. - [migra](https://github.com/djrobstep/migra) - Like diff but for PostgreSQL schemas. +- [Neuledge](https://github.com/neuledge/engine-js) - Universal language for databases that provides state-of-the-art tools for data modeling, business logic representation, and schema validation. - [node-pg-migrate](https://github.com/salsita/node-pg-migrate) - Node.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. CockroachDB.) - [pg-osc](https://github.com/shayonj/pg-osc) - Easy CLI tool for making zero downtime schema changes and backfills in PostgreSQL. - [Prisma Migrate](https://github.com/prisma/migrate) - Declarative database schema migration tool that uses a declarative data modeling syntax to describe your database schema.