Skip to content

postgres-plugin/pg-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg-helpers

A list of helpers to query a Postgres database

Tests

By default the tests will run with the following configuration for Postgres:

{
  user: 'postgres',
  database: 'test',
  password: '',
  host: 'localhost',
  port: 5432,
  max: 10,
  idleTimeoutMillis: 30000
};

You can change this default values by defining the following environment variable in a .env file:

PG_USER=user_pg
PG_PASSWORD=the_password
PG_DATABASE=the_db_name

About

A list of helpers to query a Postgres database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published