# 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"
PGUtils is a simple Go wrapper for the Postgres built-in functions
host = "localhost"
port = 5432
user = "postgres"
password = ""
database = "postgres"