@dustinrouillard/database-connectors
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Dustin's Database Module

  • Postgres
  • Redis
  • Cassandra

Environment Variables

REDIS_HOST="127.0.0.1"
REDIS_DATABASE="0"
REDIS_PORT="6379"

POSTGRES_HOST="127.0.0.1"
POSTGRES_PORT="5432"
POSTGRES_DATABASE="postgres"
POSTGRES_USER="postgres"
POSTGRES_PASS="docker"

Readme

Keywords

none

Package Sidebar

Install

npm i @dustinrouillard/database-connectors

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

24.9 kB

Total Files

26

Last publish

Collaborators

  • dustinrouillard