package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Jan 6, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DriverName string `default:"sqlite3"`
Dsn string `default:"-"`
MaxIdleConns int `default:"25"`
MaxOpenConns int `default:"500"`
ConnMaxLifetime time.Duration `default:"1h"`
ConnMaxIdleTime time.Duration `default:"1h"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.