Declarative migrations for sqlc
sqlc is a tool that generates type-safe idiomatic Go code from SQL queries. It's like a transpiler,
sqlc is a tool that generates type-safe idiomatic Go code from SQL queries. It's like a transpiler,
Learn how to use Atlas for declarative schema migrations (sometimes called state-based migrations), enabling you to plan, review, and apply database schema migrations safely and automatically
Introduction
The atlas schema plan command allows users to pre-plan declarative schema migrations before applying them to the