Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultDevURI = "postgres://%s@127.0.0.1:5432/configsum_dev?sslmode=disable&connect_timeout=5" DefaultTestURI = "postgres://%s@127.0.0.1:5432/configsum_test?sslmode=disable&connect_timeout=5" )
Default URIs.
Variables ¶
View Source
var ( ErrDuplicateKey = errors.New("duplicate key") ErrRelationNotFound = errors.New("relation not found") )
Errors.
Functions ¶
func IsRelationNotFound ¶
IsRelationNotFound indicates if err is ErrRelationNotFound.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.