# Nativescript Supabase PostgREST Client ```javascript npm install @triniwiz/nativescript-supabase-postgrest ``` ## Usage ```ts import { PostgrestClient } from '@triniwiz/nativescript-supabase-postgrest' const REST_URL = 'http://localhost:3000' const postgrest = new PostgrestClient(REST_URL) ``` ## Credits Based on [postgress-js](https://github.com/supabase/postgress-js) ## License Apache License Version 2.0