All Projects → supabase → Supabase Js

supabase / Supabase Js

Licence: mit
An isomorphic Javascript client for Supabase.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Supabase Js

Image
Encoding and decoding images in Rust
Stars: ✭ 2,534 (+1339.77%)
Mutual labels:  hacktoberfest
Netflix Migrate
A command-line tool to migrate data to and from Netflix profiles
Stars: ✭ 175 (-0.57%)
Mutual labels:  hacktoberfest
React Otp Input
✔️ OTP Input Component for React
Stars: ✭ 177 (+0.57%)
Mutual labels:  hacktoberfest
Gino
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
Stars: ✭ 2,299 (+1206.25%)
Mutual labels:  hacktoberfest
Command Block Assembly
Compile high-level code into Minecraft commands
Stars: ✭ 175 (-0.57%)
Mutual labels:  hacktoberfest
Slack Scala Client
A scala library for interacting with the slack api and real time messaging interface
Stars: ✭ 176 (+0%)
Mutual labels:  hacktoberfest
Ros2 documentation
ROS 2 docs repository
Stars: ✭ 172 (-2.27%)
Mutual labels:  hacktoberfest
Yii2 Bootstrap
Yii 2 Bootstrap 3 Extension
Stars: ✭ 177 (+0.57%)
Mutual labels:  hacktoberfest
Availity Reactstrap Validation
Easy to use React validation components compatible for reactstrap.
Stars: ✭ 176 (+0%)
Mutual labels:  hacktoberfest
Externalsecret Operator
An operator to fetch secrets from cloud services and inject them in Kubernetes
Stars: ✭ 177 (+0.57%)
Mutual labels:  hacktoberfest
Gatsby Wordpress Themes
🎨 Gatsby WordPress Theme
Stars: ✭ 175 (-0.57%)
Mutual labels:  hacktoberfest
Antminer Monitor
Cryptocurrency ASIC mining hardware monitor using a simple web interface
Stars: ✭ 176 (+0%)
Mutual labels:  hacktoberfest
Shopyo
🎁 Your Open web framework, designed with big in mind. Flask with Django advantages. Build your management systems, ERP products & mobile backend (coming soon). Small business needs apps included by default. First timers friendly. Email: [email protected] | password: pass
Stars: ✭ 172 (-2.27%)
Mutual labels:  hacktoberfest
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+1224.43%)
Mutual labels:  hacktoberfest
Yarnhook
Run `yarn install`, `npm install` or `pnpm install` on git hooks automatically
Stars: ✭ 177 (+0.57%)
Mutual labels:  hacktoberfest
Pact Ruby
Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
Stars: ✭ 2,075 (+1078.98%)
Mutual labels:  hacktoberfest
Mattermost Android Classic
Mattermost app for Android phones and tablets
Stars: ✭ 176 (+0%)
Mutual labels:  hacktoberfest
Midifile
A MIDI file parser/writer using ArrayBuffers
Stars: ✭ 177 (+0.57%)
Mutual labels:  hacktoberfest
Otoroshi
Lightweight api management on top of a modern http reverse proxy
Stars: ✭ 177 (+0.57%)
Mutual labels:  hacktoberfest
Tamburetei
Fazendo de tamburete as cadeiras de [email protected]
Stars: ✭ 177 (+0.57%)
Mutual labels:  hacktoberfest

supabase-js

An isomorphic Javascript client for Supabase.

Usage

npm install @supabase/supabase-js
import { createClient } from '@supabase/supabase-js'

// Create a single supabase client for interacting with your database
const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key')

UMD

You can now use plain <script>s to import supabase-js from CDNs, like

<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script> or <script src="https://unpkg.com/@supabase/supabase-js"></script>.

Then you can use it from a global supabase variable:

<script>
  const { createClient } = supabase
  supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key')
...
</script>

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

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].