Module ffi

Source
Expand description

C FFI (Foreign Function Interface) bindings

This module provides C-compatible functions that allow the Supabase library to be used from other programming languages like C, C++, Python, Go, etc.

§Safety

All FFI functions are marked as unsafe and require careful handling of memory management and string encoding.

Structs§

SupabaseClient
Opaque handle to a Supabase client

Enums§

SupabaseError
C-compatible error codes

Functions§

supabase_auth_sign_in
Sign in with email and password
supabase_client_free
Free a Supabase client
supabase_client_new
Create a new Supabase client
supabase_database_select
Execute a database query
supabase_get_last_error
Get the last error message