From 29b02205c659acdc7d6d776a2028681258273ff7 Mon Sep 17 00:00:00 2001 From: Rashid Date: Sun, 5 Jul 2026 00:53:55 +0300 Subject: [PATCH 1/2] Add Actual Schema Gradle Plugin Adds Actual Schema Gradle Plugin to the Tools section. It generates the final PostgreSQL schema.sql from Liquibase migrations by running them against a temporary PostgreSQL database via Testcontainers. The generated schema can be committed to Git and checked in CI to make database schema changes easier to review. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b15320e..38a8625 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ List of tools and techniques for working with relational databases inspired by o - [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features - [ThalamusDB](https://github.com/itrummer/thalamusdb) - SQL with AI operators on text, images, and sound files. - [SlowQL](https://github.com/makroumi/slowql) - SQL static analyzer with extensive rules for security, performance, and quality. Zero dependencies, completely offline. +- [Actual Schema Gradle Plugin](https://github.com/YRashid/actual-schema-gradle-plugin) - Gradle plugin that generates a PostgreSQL schema.sql from Liquibase migrations using Testcontainers. ## Resources From 46b2186505b940c0081c80f27da7baa474c33a60 Mon Sep 17 00:00:00 2001 From: Rashid Date: Sun, 5 Jul 2026 01:09:06 +0300 Subject: [PATCH 2/2] gemini fix Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a8625..72f9a3f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ List of tools and techniques for working with relational databases inspired by o - [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features - [ThalamusDB](https://github.com/itrummer/thalamusdb) - SQL with AI operators on text, images, and sound files. - [SlowQL](https://github.com/makroumi/slowql) - SQL static analyzer with extensive rules for security, performance, and quality. Zero dependencies, completely offline. -- [Actual Schema Gradle Plugin](https://github.com/YRashid/actual-schema-gradle-plugin) - Gradle plugin that generates a PostgreSQL schema.sql from Liquibase migrations using Testcontainers. +- [Actual Schema Gradle Plugin](https://github.com/YRashid/actual-schema-gradle-plugin) - Gradle plugin that generates a PostgreSQL schema.sql file from Liquibase migrations using Testcontainers. ## Resources