Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 419 Bytes

File metadata and controls

21 lines (14 loc) · 419 Bytes

Nativescript Supabase PostgREST Client

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