From 4999805cecfae8508baf4f038a2706fb94fc494e Mon Sep 17 00:00:00 2001 From: Rashid Date: Sat, 4 Jul 2026 20:51:43 +0300 Subject: [PATCH] Add Actual Schema Gradle Plugin Adds Actual Schema Gradle Plugin to the Database Migration & DevOps section. It helps Gradle/Liquibase/PostgreSQL projects generate schema.sql snapshots that can be reviewed and checked in CI. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..3318dd8 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. +* [Actual Schema Gradle Plugin](https://github.com/YRashid/actual-schema-gradle-plugin) - Gradle plugin for generating PostgreSQL schema.sql snapshots from Liquibase migrations. ### Related Lists