Nativescript Supabase PostgREST Client

January 30, 2023 ยท View on GitHub

npm install @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