package
0.0.0-20230918034814-3e848aa60e10
Repository: https://github.com/lindb/linsight.git
Documentation: pkg.go.dev

# Functions

NewDB creates a DB instance.
NewMigration creates a data migration.
NewMigrator creates a Migrator instance.

# Structs

Migration represents migration information include table and init records.

# Interfaces

DB represents a db wrapper based on gorm.
Migrator represents data migrator interface.