mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 23:54:23 +08:00
27 lines
880 B
Plaintext
27 lines
880 B
Plaintext
---
|
|
slug: /
|
|
sidebar_position: 1
|
|
title: Supabase Javascript Library
|
|
sidebar_label: Supabase JavaScript Library
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
# Supabase JavaScript 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
|
|
|
|
## Additional Links
|
|
|
|
- Source Code: [github.com/supabase/supabase-js](https://github.com/supabase/supabase-js)
|
|
- TypeDoc: [supabase.github.io/supabase-js](https://supabase.github.io/supabase-js/v2/)
|
|
- NPM: [npmjs.com/package/@supabase/supabase-js](https://www.npmjs.com/package/@supabase/supabase-js)
|
|
- [Known bugs and issues](https://github.com/supabase/supabase-js/issues)
|