package
Version:
v0.18.0
Opens a new window with list of versions in this module.
Published: Aug 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type DB struct {
*sql.DB
}
DB is a simple wrapper of sql.DB.
Open opens a database specified by its database driver name and a
driver-specific connect url.
type Logger interface {
Info(...interface{})
}
Logger defines the logger needed by the sql package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.