Skip to content

SupabaseQuery

Defined in: packages/adapter-supabase/src/index.ts:28

delete(): SupabaseQuery

Defined in: packages/adapter-supabase/src/index.ts:32

SupabaseQuery


eq(column, value): SupabaseQuery

Defined in: packages/adapter-supabase/src/index.ts:33

string

unknown

SupabaseQuery


insert(values): SupabaseQuery

Defined in: packages/adapter-supabase/src/index.ts:30

Record<string, unknown>

SupabaseQuery


limit(count): SupabaseQuery

Defined in: packages/adapter-supabase/src/index.ts:34

number

SupabaseQuery


maybeSingle(): PromiseLike<SupabaseResult>

Defined in: packages/adapter-supabase/src/index.ts:35

PromiseLike<SupabaseResult>


select(columns?): SupabaseQuery

Defined in: packages/adapter-supabase/src/index.ts:29

string

SupabaseQuery


then<TResult1, TResult2>(onfulfilled?, onrejected?): PromiseLike<TResult1 | TResult2>

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1544

Attaches callbacks for the resolution and/or rejection of the Promise.

TResult1 = SupabaseResult

TResult2 = never

((value) => TResult1 | PromiseLike<TResult1>) | null

The callback to execute when the Promise is resolved.

((reason) => TResult2 | PromiseLike<TResult2>) | null

The callback to execute when the Promise is rejected.

PromiseLike<TResult1 | TResult2>

A Promise for the completion of which ever callback is executed.

PromiseLike.then


upsert(values, options?): SupabaseQuery

Defined in: packages/adapter-supabase/src/index.ts:31

Record<string, unknown>

string

SupabaseQuery