//
pkg.gl
Category
github.com/y-miyazaki/go-common
pkg
utils
db
package
0.3.1
Repository:
https://github.com/y-miyazaki/go-common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
34 SLOC
#
Functions
GetMySQLDsn
GetMySQLDsn creates a MySQL DSN string.
GetPostgresDsn
GetPostgresDsn creates a Postgres DSN string.
TransactionGorm
TransactionGorm automatically performs transactions (Begin/Commit/Rollback) between specified func...