This client helps JavaScript developers interact with their Supabase backend, covering database queries, authentication, and file storage.
The `supabase/supabase-js` repository is a monorepo housing several Supabase JavaScript SDKs. Its core `@supabase/supabase-js` package offers an isomorphic client to query PostgreSQL databases, subscribe to realtime events, and manage authentication. Developers can find specific library code and examples under the `packages/core/` directory for components like `@supabase/auth-js` and `@supabase/postgrest-js`.
This client helps JavaScript developers interact with their Supabase backend, covering database queries, authentication, and file storage.
Any JavaScript or TypeScript developer building an application that needs to interact with a Supabase backend will find this SDK essential.