dbmate
A lightweight, framework-agnostic database migration tool written in Go.
Why consider dbmate?
dbmate is a framework-agnostic database migration tool packaged as a single binary in Go. Designed to work identically across Node.js, Python, Ruby, and Go projects, dbmate executes raw SQL migration files without framework dependencies or runtime language installs.
Learn dbmate by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of dbmate
dbmate provides clean schema.sql dumps and tracks schema migrations in a standardized schema_migrations table.
Quickstart
dbmate new create_users_tabledbmate --url "postgres://postgres:pass@localhost:5432/mydb?sslmode=disable" updbmate is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.