0.3.1 • Published 1 month ago

@slay-pics/slay-q-postgres v0.3.1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
1 month ago

@slay-pics/slay-q-postgres

npm version npm downloads bundle Codecov

Postgres driver for Slay Q.

Read the Docs

Usage

Install package:

# npm
npm install @slay-pics/slay-q @slay-pics/slay-q-postgres

# yarn
yarn add @slay-pics/slay-q @slay-pics/slay-q-postgres

# pnpm
pnpm install @slay-pics/slay-q @slay-pics/slay-q-postgres

# bun
bun install @slay-pics/slay-q @slay-pics/slay-q-postgres

Environment Variables

You can configure the driver by passing in options to the constructor, or alternatively you can specify the following environment variables:

  • DATABASE_URL - The database connection string url

Note that constructor options take precedents.

License

Published under MIT License.