File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments