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_postgrest as postgrest;

Modules§

prelude
A convenience module for common imports

Structs§

ClientOptions
Client options for configuring the Supabase client
Supabase
The main entry point for the Supabase Rust client

Enums§

Error
Error types for the Supabase client
FilterOperator
フィルター演算子

Type Aliases§

Result
Result type for the Supabase client