Discover Packages
github.com/leductoan3082004/go-sdk
plugin
storage
sdkgorm
package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Jul 30, 2023
License: BSD-2-Clause
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func NewGormDB(name, prefix string ) *gormDB
const (
GormDBTypeMySQL GormDBType = iota + 1
GormDBTypePostgres
GormDBTypeSQLite
GormDBTypeMSSQL
GormDBTypeNotSupported
)
type GormOpt struct {
Uri string
Prefix string
DBType string
PingInterval int
MaxOpenConnections int
MaxIdleConnections int
MaxConnectionIdleTime int
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.