# @badgifter/supabase-js

> Isomorphic Javascript client for Supabase | Mutli-schema

Latest version **2.15.1** (published 2023-05-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @badgifter/supabase-js
pnpm add @badgifter/supabase-js
yarn add @badgifter/supabase-js
bun add @badgifter/supabase-js
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.15.1 |
| Published | 2023-05-14 |
| First published | 2023-05-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 198.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Supabase |
| Maintainers | badgifter |
| Keywords | javascript, typescript, supabase |

## Links

- npm: https://www.npmjs.com/package/@badgifter/supabase-js
- Repository: https://github.com/badgifter/supabase-js
- Homepage: https://github.com/supabase/supabase-js
- Issues: https://github.com/supabase/supabase-js/issues
- npm.io page: https://npm.io/package/@badgifter/supabase-js

## Dependencies (7)

- [cross-fetch](https://npm.io/package/cross-fetch.md) ^3.1.5
- [@supabase/gotrue-js](https://npm.io/package/@supabase/gotrue-js.md) ^2.23.0
- [@supabase/storage-js](https://npm.io/package/@supabase/storage-js.md) ^2.5.1
- [@supabase/realtime-js](https://npm.io/package/@supabase/realtime-js.md) ^2.7.2
- [@badgifter/supabase-js](https://npm.io/package/@badgifter/supabase-js.md) ^0.0.1
- [@supabase/functions-js](https://npm.io/package/@supabase/functions-js.md) ^2.1.0
- [@supabase/postgrest-js](https://npm.io/package/@supabase/postgrest-js.md) ^1.1.1

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 2.15.1 (latest) — 2023-05-14
- 0.0.1 — 2023-05-14

## README

# supabase.js from supabase

This is same js package from @supabase, but with an option to specify the schema in the .from() or .rpc() calls

Should work if you want to get data from another schema. 

.from( TableName, SchemaName )

.rpc( fn_name, Args, SchemaName )


Just don't add a SchemaName if you want it to use the default schema that you initiated the client with.

---
_Source: https://npm.io/package/@badgifter/supabase-js · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
