mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 05:44:25 +08:00
21 lines
527 B
Plaintext
21 lines
527 B
Plaintext
---
|
|
id: intro
|
|
title: 'Supabase JavaScript Library'
|
|
slug: /
|
|
sidebar_label: Supabase JavaScript Library
|
|
---
|
|
|
|
:::caution
|
|
You're viewing the docs for an older version of the `supabase-js` library.
|
|
:::
|
|
|
|
This reference documents every object and method available in Supabase's isomorphic JavaScript library, `supabase-js`.
|
|
|
|
You can use the `supabase-js` library to:
|
|
|
|
- interact with your Postgres database
|
|
- listen to database changes
|
|
- invoke Deno Edge Functions
|
|
- build login and user management functionality
|
|
- manage large files
|