JSPM

  • Created
  • Published
  • Downloads 2488913
  • Score
    100M100P100Q215951F
  • License MIT

Isomorphic PostgREST client

Package Exports

  • @supabase/postgrest-js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@supabase/postgrest-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Postgrest JS

Isomorphic JavaScript client for PostgREST. The goal of this library is to make an "ORM-like" restful interface.

Documentation

Full documentation can be found on our website.

Quick start

Install

npm install @supabase/postgrest-js

Usage

import { PostgrestClient } from '@supabase/postgrest-js'

const REST_URL = 'http://localhost:3000'
const postgrest = new PostgrestClient(REST_URL)

License

This repo is liscenced under MIT.

Credits

Sponsors

We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves. Thanks to these sponsors who are making the OSS ecosystem better for everyone.

New Sponsor

Watch this repo