@slay-pics/slay-q-postgres
v0.3.1
Published
Postgres driver for SlayQ
Downloads
5
Maintainers
Readme
@slay-pics/slay-q-postgres
Postgres driver for Slay Q.
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.