StackLatestSupabaseInterfaces
EncryptedSupabaseInstance
API reference for EncryptedSupabaseInstance
Interface: EncryptedSupabaseInstance
Defined in: .tmp-stack/packages/stack/src/supabase/types.ts:16
Methods
from()
from<T>(tableName, schema): EncryptedQueryBuilder<T>;Defined in: .tmp-stack/packages/stack/src/supabase/types.ts:17
Type Parameters
T
T extends Record<string, unknown> = Record<string, unknown>
Parameters
tableName
string
schema
EncryptedTable<EncryptedTableColumn>