Nativescript Supabase PostgREST Client
ns plugin add @triniwiz/nativescript-supabase-postgrest
Usage
import { PostgrestClient } from '@triniwiz/nativescript-supabase-postgrest'
const REST_URL = 'http://localhost:3000'
const postgrest = new PostgrestClient(REST_URL)
Credits
Based on postgress-js
License
Apache License Version 2.0