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§
- Supabase
Client - Opaque handle to a Supabase client
Enums§
- Supabase
Error - 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