supabase-client-core 0.1.0

Core types for supabase-client: connection, config, errors, response
Documentation

supabase-client-core

Core types and client for the supabase-client crate family.

This crate provides [SupabaseClient], [SupabaseConfig], error types, and the [SupabaseResponse] abstraction used by all other supabase-client-* crates.

Most users should depend on supabase-client instead, which re-exports this crate and adds query building, auth, realtime, storage, and edge functions behind feature flags.

Features

  • direct-sql — Enables a direct PostgreSQL connection pool via sqlx, bypassing PostgREST for queries.