Function supabase_client_new

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn supabase_client_new(
    url: *const c_char,
    key: *const c_char,
) -> *mut SupabaseClient
Expand description

Create a new Supabase client

ยงSafety

url and key must be valid C strings Returns NULL on error