npm install @triniwiz/nativescript-supabase-postgrest
import { PostgrestClient } from '@triniwiz/nativescript-supabase-postgrest'
const REST_URL = 'http://localhost:3000'
const postgrest = new PostgrestClient(REST_URL)
Based on postgress-js
Apache License Version 2.0