//
pkg.gl
Category
github.com/lindb/linsight
pkg
db
package
0.0.0-20230918034814-3e848aa60e10
Repository:
https://github.com/lindb/linsight.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
2
Files
289 SLOC
#
Functions
NewDB
NewDB creates a DB instance.
NewMigration
NewMigration creates a data migration.
NewMigrator
NewMigrator creates a Migrator instance.
#
Structs
Migration
Migration represents migration information include table and init records.
#
Interfaces
DB
DB represents a db wrapper based on gorm.
Migrator
Migrator represents data migrator interface.