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.
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
Initialize the package in the workspace
nx g @rxap/nest-supabase:init