Categorygithub.com/limero/go-sqldiff
repositorypackage
0.0.0-20230514115909-1d2b5e345671
Repository: https://github.com/limero/go-sqldiff.git
Documentation: pkg.go.dev

# README

go-sqldiff

Golang wrapper around sqldiff. Currently requires sqldiff to be installed, but the goal is to provide a native implementation without dependencies.

Dependencies

Fedora

dnf install sqlite-tools

macOS

brew install sqldiff

Usage

diffs, err := sqldiff.Compare("/tmp/source.db", "/tmp/target.db")