- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 88字
- 2021-08-27 19:57:36
Liquibase
Liquibase (http://www.liquibase.org) is a free and open source version control tool for the database. It lets you track, manage, and apply database schema changes using configuration files without having to fiddle with SQL. It is database independent and goes well with JPA, making the application database independent. Liquibase can be run from within the application, making database setup and management seamless, and eliminate the need for a DBA for most DB management. Liquibase can also add/remove data to/from a database, making it good for migrations as well.
推薦閱讀
- Advanced Quantitative Finance with C++
- Nginx Essentials
- Visual Basic程序設計實驗指導(第二版)
- ExtJS高級程序設計
- 深入淺出React和Redux
- Java程序設計案例教程
- Visual Studio 2015高級編程(第6版)
- Web性能實戰
- Fastdata Processing with Spark
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- OpenCV Android Programming By Example
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- 大話程序員:從入門到優秀全攻略
- Learning Azure DocumentDB