Crate supabase_rust_gftd

Source
Expand description

Supabase Rust Client Library

A Rust client library for Supabase, providing access to Supabase services including database, auth, storage, and realtime subscriptions.

This is a wrapper around individual Supabase component crates that provides a unified and convenient API that matches the JavaScript supabase-js client.

Re-exports§

pub use supabase_rust_auth as auth;
pub use supabase_rust_functions as functions;
pub use supabase_rust_postgrest as postgrest;
pub use supabase_rust_realtime as realtime;
pub use supabase_rust_storage as storage;

Modules§

prelude
A convenience module for common imports

Structs§

ClientOptions
Client options for configuring the Supabase client
DatabaseFilter
Database filter that holds a column, operator, and value
Supabase
The main entry point for the Supabase Rust client

Enums§

Error
Error types for the Supabase client
FilterOperator
Filter operators for database queries

Type Aliases§

Result
Result type for the Supabase client