Categorygithub.com/hatchify/pgutils
repositorypackage
0.4.85
Repository: https://github.com/hatchify/pgutils.git
Documentation: pkg.go.dev

# README

PGUtils

PGUtils is a simple Go wrapper for the Postgres built-in functions

Example configuration

host = "localhost"
port = 5432
user = "postgres"
password = ""
database = "postgres"