Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 283 Bytes

Kavach

Kavach - Protective Armour

Usage

pnpm add kavach @kavach/adapter-supabase
import { createAdapter } from '@kavach/adapter-supabase'
import { createKavach } from '@kavach'

const adapter = getAdapter(config)
const kavach = createKavach(adapter)