An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.
The supabase-js is an Isomorphic JavaScript Client designed for the Supabase platform. It allows users to interact with Supabase databases and perform various operations. The documentation for this client can be found on the Supabase website.
To install the supabase-js library, you can use various methods:
UMD usage:
<script src="https://cdn.jsdelivr.net/npm/supabase-js@1.0.0"></script>
ESM usage:
<script type="module" src="https://cdn.jsdelivr.net/npm/supabase-js@1.0.0"></script>
Deno usage:
import * as supabase from 'https://cdn.jsdelivr.net/npm/supabase-js@1.0.0/index.js';
The supabase-js is a versatile Isomorphic JavaScript Client for the Supabase platform. It offers various methods of installation and usage, making it accessible to developers in different environments. With features like support for Deno and custom fetch implementations, this client provides a robust solution for interacting with Supabase databases. Moreover, the contributions from sponsors further enhance the open-source ecosystem and enable the continual improvement of the product.