package
0.0.2
Repository: https://github.com/buhuoxinxi/bh-go-db-utils.git
Documentation: pkg.go.dev

# Functions

NewDBConn : orm conn.

# Variables

DefaultGetDSNHandler : dsn = "host=myhost port=myport user=gorm dbname=gorm password=mypassword" DefaultGetDSNHandler : dsn = "postgresql://[user[:password]@][netloc][:port][,...][/dbname][?param1=value1&...]" https://www.postgresql.org/docs/11/libpq-connect.html#LIBPQ-CONNSTRING.