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