package
Version:
v0.0.0-...-bdab058
Opens a new window with list of versions in this module.
Published: Feb 5, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DB struct {
*sql.DB
}
func ConnectSQL(host, port, user, password, dbname string) (*DB, error)
Begin starts a transaction, wrap and return db transaction with 'Tx'
type Tx struct {
*sql.Tx
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.