TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How do you handle deploys of SQL related things in a CI/CD way?

6 pointsby tianzhouover 2 years ago

2 comments

ttfkamover 2 years ago
Sqitch. DB migrations for multiple data stores without a proprietary syntax for DB updates. Git-aware. Integrated unit testing. <a href="https:&#x2F;&#x2F;sqitch.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sqitch.org&#x2F;</a> <a href="https:&#x2F;&#x2F;youtu.be&#x2F;wF4PEe8HD7k" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;wF4PEe8HD7k</a>
adammarplesover 2 years ago
Dbt