sqldiff

package module
v0.0.0-...-8193efd Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 3 Imported by: 0

README

sqlDiff

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB struct {
	*sqlx.DB
}

func Connect

func Connect(driverName, dataSourceName string) (*DB, error)

func Open

func Open(driverName, dataSourceName string) (*DB, error)

func (*DB) UpdateDifferenceConfirmation

func (d *DB) UpdateDifferenceConfirmation(query string) error

type Diff

type Diff struct {
	Before interface{}
	After  interface{}
}

type DiffInfo

type DiffInfo struct {
	Before     map[string]interface{}
	After      map[string]interface{}
	Difference []map[string]Diff
}

type Diffs

type Diffs []DiffInfo

type Rows

type Rows []map[string]interface{}

Jump to

Keyboard shortcuts

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