From 790b074ff2f5ae09a51b2a6e8f5420463fcc8044 Mon Sep 17 00:00:00 2001 From: huyphan Date: Tue, 14 Jul 2026 14:13:49 -0600 Subject: [PATCH] Add Foxschema to Database Migration & DevOps Co-authored-by: Cursor --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..5e308eb 100644 --- a/readme.md +++ b/readme.md @@ -154,6 +154,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows. * [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking. * [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines. +* [Foxschema](https://foxschema.com) - Compares PostgreSQL schemas and generates database migrations, available as a web app, desktop app, or self-hosted. ### Related Lists