Discover Packages
github.com/BABEL-AGI-BLOCKCHAIN/PIVOT-Backend-Go
common
database
package
Version:
v0.0.0-...-b93f2df
Opens a new window with list of versions in this module.
Published: Mar 10, 2025
License: MIT
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
¶
CloseDB close the db handler. notice the db handler only can close when then program exit.
InitDB init the db handler
type Config struct {
DSN string `json:"dsn"`
DriverName string `json:"driverName"`
MaxOpenNum int `json:"maxOpenNum"`
MaxIdleNum int `json:"maxIdleNum"`
}
Config db config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.