StackLatestPackagesStackSrcSupabaseInterfaces
EncryptedSupabaseInstance
EncryptedSupabaseInstance is a interface in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Interface: EncryptedSupabaseInstance
Defined in: packages/stack/src/supabase/types.ts:16
Methods
from()
from<T>(tableName, schema): EncryptedQueryBuilder<T>;Defined in: packages/stack/src/supabase/types.ts:17
Type Parameters
T
T extends Record<string, unknown> = Record<string, unknown>
Parameters
tableName
string
schema
EncryptedTable<EncryptedTableColumn>