Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
Database interface builder that overide an initial values and then call `Connect` method to get a `*sql.DB`
type Options ¶
type Options struct { Host string User string Password string Name string SSLMode string DSN string Driver string }
Options hold database options
func (*Options) WithDriver ¶
WithDriver overide provided driver option
Click to show internal directories.
Click to hide internal directories.