Put Liquibase back under database
Liquibase is a far more architecturally sound database change management than Flyway. Liquibase abstracts underlying databases by not using SQL for most of the change scripts. It also offers database refactorings (like rename column) that could be modified to do whatever is most efficient for a particular database with using proprietary SQL.
This commit is contained in:
@ -71,7 +71,6 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
* [Hudson](http://hudson-ci.org/) - Continuous integration server still in active development.
|
* [Hudson](http://hudson-ci.org/) - Continuous integration server still in active development.
|
||||||
* [JavaServer Faces](https://javaserverfaces.java.net/) - Oracle's open-source implementation of the JSF standard, Mojarra.
|
* [JavaServer Faces](https://javaserverfaces.java.net/) - Oracle's open-source implementation of the JSF standard, Mojarra.
|
||||||
* [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries.
|
* [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries.
|
||||||
* [Liquibase](http://www.liquibase.org/) - Database-independent library for tracking, managing and applying database schema changes.
|
|
||||||
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
@ -162,6 +161,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
* [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool.
|
* [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool.
|
||||||
* [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC.
|
* [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC.
|
||||||
* [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema.
|
* [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema.
|
||||||
|
* [Liquibase](http://www.liquibase.org/) - Database-independent library for tracking, managing and applying database schema changes.
|
||||||
* [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
|
* [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
|
||||||
* [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data.
|
* [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data.
|
||||||
* [Querydsl](http://www.querydsl.com/) - Typesafe unified queries.
|
* [Querydsl](http://www.querydsl.com/) - Typesafe unified queries.
|
||||||
|
Reference in New Issue
Block a user