Skip to content

quantumsheep/dbdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbdiff

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

Installation

From Releases

You can download precompiled binaries from the releases assets.

Manually

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages