drivers

package
v0.0.0-...-b532d83 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init()

func RegisterMigrate

func RegisterMigrate(f func())

Types

type Driver

type Driver interface {
	Init(migrateFunc []func())
	GetConn() *gorm.DB
	QueryPage(page, size int) *gorm.DB
	Generate(cmd *cobra.Command, args []string) error
}

Driver 用于后期支持其他 db 格式,此处目前仅支持 sqlite

func Drive

func Drive() Driver

Jump to

Keyboard shortcuts

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