Skip to content

Commit 746fce6

Browse files
YRashidakullpp
andauthored
Add Actual Schema Gradle Plugin to Database
* Add Actual Schema Gradle Plugin to Database Adds Actual Schema Gradle Plugin to the Database section. The plugin generates a final PostgreSQL schema.sql/DDL from Liquibase migrations by applying them to a temporary PostgreSQL database via Testcontainers. This helps teams keep the actual resulting database schema in Git and review schema changes in pull requests or CI. * Fix Actual Schema Gradle Plugin entry --------- Co-authored-by: Andreas Kull <akullpp@gmail.com>
1 parent 0ca583f commit 746fce6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ _Efficient and specific data structures._
342342

343343
_Everything that simplifies interactions with the database._
344344

345+
- [Actual Schema Gradle Plugin](https://github.com/YRashid/actual-schema-gradle-plugin) - Generates PostgreSQL schema DDL from Liquibase migrations using Testcontainers.
345346
- [Apache Calcite](https://calcite.apache.org) - Dynamic data management framework. It contains many of the pieces that comprise a typical database management system.
346347
- [Apache Drill](https://drill.apache.org) - Distributed, schema on-the-fly, ANSI SQL query engine for Big Data exploration.
347348
- [Apache Phoenix](https://phoenix.apache.org) - High-performance relational database layer over HBase for low-latency applications.

0 commit comments

Comments
 (0)