@nativescript/supabase-postgrest
v1.0.0
Published
A NativeScript client for PostgREST
Readme
Nativescript Supabase PostgREST Client
npm install @nativescript/supabase-postgrestUsage
import { PostgrestClient } from '@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
