Discover Packages
github.com/reddio-com/reddio
bridge
utils
database
package
Version:
v0.0.0-...-2740610
Opens a new window with list of versions in this module.
Published: Jan 10, 2025
License: Apache-2.0
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.