Categorygithub.com/atuowgo/dbdiff
modulepackage
1.0.0
Repository: https://github.com/atuowgo/dbdiff.git
Documentation: pkg.go.dev

# README

Overview

dbdiff is a library to check the diff between two db

Installing

    
    go get -u github.com/atuowgo/dbdiff
    

Next, include in your application:

    
    import "github.com/atuowgo/dbdiff"
    

Using

    
    connOld := getDBConn()
    connNew := getDBConnNew()
    dbDiff := NewDBDiff()
    diffDataBase, err := dbDiff.ParseDiff(connOld,connNew)
    

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
ptr the point of the input.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author