# 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.