All Projects → supabase → Postgrest Js

supabase / Postgrest Js

Licence: mit
Isomorphic JavaScript client for PostgREST.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Postgrest Js

Docker
Run the Pelias geocoder in docker containers, including example projects.
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
K8s In 30mins
Learn how to set up the Kubernetes cluster in 30 mins and deploy the application inside the cluster.
Stars: ✭ 172 (+0%)
Mutual labels:  hacktoberfest
Pai
Resource scheduling and cluster management for AI
Stars: ✭ 2,223 (+1192.44%)
Mutual labels:  hacktoberfest
Faker
🚀 Ultimate fake data generator for Go with zero dependencies
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
Naomi
The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
Spotifylyrics
Fetches and displays lyrics to currently playing song in Spotify, Tidal and VLC.
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
Hacktoberfest
Opportunity to start open source and PR experience
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
Yii2 Sphinx
Yii 2 Sphinx extension.
Stars: ✭ 172 (+0%)
Mutual labels:  hacktoberfest
Androidbluetoothlibrary
A Library for easy implementation of Serial Bluetooth Classic and Low Energy on Android. 💙
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
Hackclub
🏫 Hack Club is a nonprofit network of computer science clubs where members learn to code through tinkering and building projects
Stars: ✭ 2,139 (+1143.6%)
Mutual labels:  hacktoberfest
Ha Dockermon
A NodeJS RESTful API which can be used with Home Assistant to report the state of Docker Containers
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
Docker Android Sdk
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
Svn Scm
SVN support for VS Code
Stars: ✭ 172 (+0%)
Mutual labels:  hacktoberfest
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
Configuration As Code Plugin
Jenkins Configuration as Code Plugin
Stars: ✭ 2,253 (+1209.88%)
Mutual labels:  hacktoberfest
Rocket.chat.livechat
New Livechat client written in Preact
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest
Reflow
A collection of (ANSI-sequence aware) text reflow operations & algorithms
Stars: ✭ 172 (+0%)
Mutual labels:  hacktoberfest
Women In Technology
A collection of resources for women in tech, consisting of - courses, learning guides, amazing sites and repos, blogs, programs and events. scholarships, etc.
Stars: ✭ 170 (-1.16%)
Mutual labels:  hacktoberfest
Mattermost Push Proxy
Stars: ✭ 172 (+0%)
Mutual labels:  hacktoberfest
Json Api
Implementation of JSON API in PHP 7
Stars: ✭ 171 (-0.58%)
Mutual labels:  hacktoberfest

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].