module_db

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModuleDb

type ModuleDb struct {
	DbCreateCallBack func(*gorm.DB)
	OrmDBs           []*OrmDB
}

数据库模块

func (ModuleDb) Close

func (db ModuleDb) Close()

func (ModuleDb) RegisterType

func (db ModuleDb) RegisterType(L *lua.LState)

type OrmDB

type OrmDB struct {
	DbPath string
	Tag    string
	Db     *gorm.DB
}

Jump to

Keyboard shortcuts

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