Discover Packages
github.com/scroll-tech/paymaster
internal
utils
database
package
Version:
v0.0.10
Opens a new window with list of versions in this module.
Published: Aug 19, 2025
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package database provides the database configuration for the Scroll paymaster service.
Package database provides database utilities for the Scroll paymaster service.
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:"driver_name"`
MaxOpenNum int `json:"maxOpenNum"`
MaxIdleNum int `json:"maxIdleNum"`
}
Config db config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.