# 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.