Skip to main content

Built and signed on GitHub Actions

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.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
94%
Published
2 days ago (2.50.2)
type alias QueryData

Type Parameters

Definition

T extends PromiseLike<{ data: infer U; }> ? Exclude<U, null> : never

Add Package

deno add jsr:@supabase/supabase-js

Import symbol

import { type QueryData } from "@supabase/supabase-js";
or

Import directly with a jsr specifier

import { type QueryData } from "jsr:@supabase/supabase-js";

Add Package

pnpm i jsr:@supabase/supabase-js
or (using pnpm 10.8 or older)
pnpm dlx jsr add @supabase/supabase-js

Import symbol

import { type QueryData } from "@supabase/supabase-js";

Add Package

yarn add jsr:@supabase/supabase-js
or (using Yarn 4.8 or older)
yarn dlx jsr add @supabase/supabase-js

Import symbol

import { type QueryData } from "@supabase/supabase-js";

Add Package

vlt install jsr:@supabase/supabase-js

Import symbol

import { type QueryData } from "@supabase/supabase-js";

Add Package

npx jsr add @supabase/supabase-js

Import symbol

import { type QueryData } from "@supabase/supabase-js";

Add Package

bunx jsr add @supabase/supabase-js

Import symbol

import { type QueryData } from "@supabase/supabase-js";