//
pkg.gl
Category
github.com/simplesurance/baur
storage
postgres
package
0.20.0
Repository:
https://github.com/simplesurance/baur.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
803 SLOC
#
Functions
New
New establishes a connection a postgres db.
#
Structs
Client
Client is a postgres storage client.
Query
Query is the sql query struct.
#
Type aliases
RowScanFunc
RowScanFunc should run rows.Scan and return a value for that row.