package
1.0.13
Repository: https://github.com/carlware/go-common.git
Documentation: pkg.go.dev

# Functions

CreateSchema creates the database tables if dropExisting is set to true it will drop the current schema.
CreateTable creates a new table in the database.
DropTable deletes the existing tables.
New returns a new Postgres Database instance.
Ping test connection.