Expand description
Database module for Supabase REST API
Structs§
- Database
- Database client for REST API operations
- Database
Response - Database response wrapper
- Delete
Builder - Delete builder for DELETE operations
- Insert
Builder - Insert builder for INSERT operations
- Join
- Represents a table join operation
- Query
Builder - Query builder for SELECT operations
- Transaction
Builder - Transaction builder for batching multiple database operations
- Update
Builder - Update builder for UPDATE operations
Enums§
- Filter
- Database filter for WHERE clauses
- Join
Type - Types of JOIN operations supported by PostgREST
- Transaction
Operation - Types of transaction operations