From 5d2abbde8dc919b2ef3da76c4483707b468307e1 Mon Sep 17 00:00:00 2001 From: Hassan Aminfar Date: Thu, 24 Jul 2025 17:14:25 +0330 Subject: [PATCH] Add Database Migration & Devops tools --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 15451b4..1f55118 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Docs & Knowledge](#docs--knowledge) * [Browser Extensions](#browser-extensions) * [Productivity & Misc](#productivity--misc) +* [Database Migrations & DevOps](#database-migration--devops) --- @@ -132,6 +133,12 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Loom](https://www.loom.com/) - Video messaging for work. * [Miro](https://miro.com/) - Online whiteboard for collaboration. +## Database Migration & DevOps +* [Liquibase](https://www.liquibase.org/) - Open-source database schema change management with multi-database support. +* [Flyway](https://flywaydb.org/) - Lightweight, SQL-based database version control and migration tool. +* [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows. +* [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking. +* [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines. ### Related Lists