//
pkg.gl
Category
github.com/forbearing/golib
database
helper
package
0.0.66
Repository:
https://github.com/forbearing/golib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
3
Files
68 SLOC
#
Functions
Exec
Exec executes raw sql without return rows.
InitDatabase
InitDatabase will create the table and table records that predefined in model package.
Transaction
Transaction start a transaction as a block, return error will rollback, otherwise to commit.