Module database

Source
Expand description

Database module for Supabase REST API

Structs§

Database
Database client for REST API operations
DatabaseResponse
Database response wrapper
DeleteBuilder
Delete builder for DELETE operations
InsertBuilder
Insert builder for INSERT operations
Join
Represents a table join operation
QueryBuilder
Query builder for SELECT operations
TransactionBuilder
Transaction builder for batching multiple database operations
UpdateBuilder
Update builder for UPDATE operations

Enums§

Filter
Database filter for WHERE clauses
JoinType
Types of JOIN operations supported by PostgREST
TransactionOperation
Types of transaction operations