package
Version:
v0.0.0-...-cb66316
Opens a new window with list of versions in this module.
Published: Nov 12, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Connect connString like:
// # Example DSN
user=jack password=secret host=pg.example.com port=5432 dbname=mydb sslmode=verify-ca pool_max_conns=10
# Example URL
postgres://jack:secret@pg.example.com:5432/mydb?sslmode=verify-ca&pool_max_conns=10
type RowScanner interface {
Scan(dest ...interface{}) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.