@slay-pics/slay-q-supabase
v0.3.1
Published
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![bundle][bundle-src]][bundle-href] [![Codecov][codecov-src]][codecov-href]
Downloads
14
Maintainers
Readme
@slay-pics/slay-q-supabase
Supabase driver for Slay Q. Please see for more info.
Usage
Install package:
# npm
npm install @slay-pics/slay-q @slay-pics/slay-q-supabase
# yarn
yarn add @slay-pics/slay-q @slay-pics/slay-q-supabase
# pnpm
pnpm install @slay-pics/slay-q @slay-pics/slay-q-supabase
# bun
bun install @slay-pics/slay-q @slay-pics/slay-q-supabase
Environment Variables
You can configure the driver by passing in options to the constructor, or alternatively you can specify the following environment variables:
SUPABASE_URL
- URL to your supabase instanceSUPABASE-SERVICE-KEY
- Service key for your supabase instance
Note that constructor options take precedents.
License
Published under MIT License.