Skip to content

Commit 9d03dde

Browse files
authored
Merge pull request #17 from a69/db-migration
Add Database Migration & Devops tools
2 parents 644106b + 5d2abbd commit 9d03dde

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome).
1717
* [Docs & Knowledge](#docs--knowledge)
1818
* [Browser Extensions](#browser-extensions)
1919
* [Productivity & Misc](#productivity--misc)
20+
* [Database Migrations & DevOps](#database-migration--devops)
2021

2122
---
2223

@@ -132,6 +133,12 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome).
132133
* [Loom](https://www.loom.com/) - Video messaging for work.
133134
* [Miro](https://miro.com/) - Online whiteboard for collaboration.
134135

136+
## Database Migration & DevOps
137+
* [Liquibase](https://www.liquibase.org/) - Open-source database schema change management with multi-database support.
138+
* [Flyway](https://flywaydb.org/) - Lightweight, SQL-based database version control and migration tool.
139+
* [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows.
140+
* [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking.
141+
* [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines.
135142

136143
### Related Lists
137144

0 commit comments

Comments
 (0)