Categorygithub.com/nsdash/pgsql-lib
modulepackage
1.0.3
Repository: https://github.com/nsdash/pgsql-lib.git
Documentation: pkg.go.dev

# 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