- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 58字
- 2021-07-02 13:11:48
Database-migration tools
You can integrate a database-migration tool, such as Liquibase, Sqitch, or Flyway (https://flywaydb.org/), with Git. This gives the developer the ability to perform continuous integration. In addition, it gives the administrators a great overview of the database's activities. It's a good practice to deploy manual DML scripts using Flyway, as this increases visibility.
推薦閱讀
- Progressive Web Apps with React
- Node.js 10實戰
- Mastering ServiceStack
- Python數據分析入門與實戰
- C語言程序設計案例式教程
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Building Cross-Platform Desktop Applications with Electron
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- C語言程序設計教程
- Unity 3D/2D移動開發實戰教程
- MySQL入門很輕松(微課超值版)
- Getting Started with Python and Raspberry Pi
- Kubernetes進階實戰
- Everyday Data Structures
- Java EE 8 and Angular