dbdiff

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2025 License: MIT

README

dbdiff

A tool for comparing database schemas and data. It supports multiple database engines and provides a simple way to generate migration scripts.

Installation

You can install dbdiff using Go:

go install github.com/quantumsheep/dbdiff/cmd/dbdiff@latest

Usage

To compare two databases, use the following command:

dbdiff <source_db_connection_string> <target_db_connection_string>

This will output the differences between the two databases in SQL format.

Supported Databases

Name Tables Indexes Triggers Data
SQLite
PostgreSQL
MySQL

Directories

Path Synopsis
cmd
dbdiff command
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL