//
pkg.gl
Category
github.com/reapertechlabs/health-go
checks
postgres
package
1.2.8
Repository:
https://github.com/reapertechlabs/health-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
113 SLOC
#
Functions
New
New creates new PostgreSQL health check that verifies the following: - connection establishing - inserting a row into defined table - selecting inserted row - deleting inserted row.
#
Structs
Config
Config is the PostgreSQL checker configuration settings container.