schema

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ChangeTypeChanged = "changed"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Change

type Change struct {
	Database string
	Schema   string
	Object   string
	Type     string
	Diff     string
}

func Diff

func Diff(prev, curr Snapshot) []Change

type Snapshot

type Snapshot map[TableKey]string

type TableKey

type TableKey struct {
	DB     string
	Schema string
	Table  string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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