Database Migration Tool

CLI tool for managing database schema migrations with version control.

Jun 2023

Tech Stack

GolangPostgreSQLCLI

Overview

Command-line tool for managing database schema changes with version control and rollback capabilities.

Technical Details

  • Written in Golang for portability
  • Support for PostgreSQL, MySQL, and SQLite
  • Up and down migration support
  • Automatic migration tracking
  • Dry-run mode for testing