package
Version:
v0.0.0-...-caa70b2
Opens a new window with list of versions in this module.
Published: Dec 23, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Database struct {
Uri string
MaxOpenConn int
MaxIdleConn int
}
Database holds properties needed for making db connection.
OpenDb implements ports.Db interface and opens new connection.
Returns *bun.DB, or error if connection failed.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.