@rxap/nest-supabase
TypeScript icon, indicating that this package has built-in type declarations

10.0.12 • Public • Published

This package provides a NestJS module for integrating with Supabase. It offers a configurable module with options for setting the Supabase URL and key, and a service for interacting with the Supabase client. The module also includes an options loader for retrieving configuration from NestJS ConfigService.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/nest-supabase

Install peer dependencies:

yarn add @nestjs/common @nestjs/config @supabase/supabase-js 

Execute the init generator:

yarn nx g @rxap/nest-supabase:init

Generators

init

Initialize the package in the workspace

nx g @rxap/nest-supabase:init

Package Sidebar

Install

npm i @rxap/nest-supabase

Weekly Downloads

121

Version

10.0.12

License

GPL-3.0-or-later

Unpacked Size

56.7 kB

Total Files

20

Last publish

Collaborators

  • badry.muenker
  • mmuenker