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

1.0.0-next.27 • Public • Published

@kavach/adapter-supabase

Adapter for using supabase with kavach

Usage

pnpm add kavach @kavach/adapter-supabase

Configuration

Create the table below before using this adapter

create table if not exists logs (
  id                       uuid primary key default uuid_generate_v4()
, level                    varchar
, running_on               varchar
, logged_at                timestamp with time zone
, message                  text
, data                     jsonb
);

/@kavach/adapter-supabase/

    Package Sidebar

    Install

    npm i @kavach/adapter-supabase

    Weekly Downloads

    1

    Version

    1.0.0-next.27

    License

    MIT

    Unpacked Size

    200 kB

    Total Files

    61

    Last publish

    Collaborators

    • jerrythomas