- 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.
推薦閱讀
- 數據科學實戰手冊(R+Python)
- Mastering Concurrency Programming with Java 8
- Python數據分析入門與實戰
- Docker技術入門與實戰(第3版)
- Offer來了:Java面試核心知識點精講(原理篇)
- Easy Web Development with WaveMaker
- Python機器學習經典實例
- 琢石成器:Windows環境下32位匯編語言程序設計
- 持續輕量級Java EE開發:編寫可測試的代碼
- ElasticSearch Cookbook(Second Edition)
- ASP.NET程序開發范例寶典
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Android應用開發深入學習實錄
- Android嵌入式系統程序開發(基于Cortex-A8)
- C語言程序設計教程