# README
Coverage for pgsql
Usage
- Create .env file and set params
DB_USER=
DB_PASSWORD=
DB_HOST=
DB_PORT=
DB_NAME=
DB_DRIVER=
- Use Manager
manager := pgsql.NewSqlManager()
manager.Exec("...Query")
# Packages
No description provided by the author
# Functions
No description provided by the author
# Structs
No description provided by the author