Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 401 Bytes

Nativescript Supabase PostgREST Client

npm install @nativescript/supabase-postgrest

Usage

import { PostgrestClient } from '@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