dustinrouillard / database-connectors

Database connection utilities and functions for Cassandra, Redis, and PostgreSQL

Home Page:https://dustin.rest/source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Database connection utilities and functions for Cassandra, Redis, and PostgreSQL

https://dustin.rest/source

License:MIT License


Languages

Language:TypeScript 100.0%