orm

package
v2.6.12 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMysql

func NewMysql(mysqlConf *MysqlConfig) *gorm.DB

func NewSqlite

func NewSqlite(sqliteConf *SqliteConfig) *gorm.DB

Types

type MysqlConfig

type MysqlConfig struct {
	Dns          string
	MaxIdleConns int
	MaxOpenConns int
}

type SqliteConfig

type SqliteConfig struct {
	MaxIdleConns int
	MaxOpenConns int
}

Jump to

Keyboard shortcuts

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