Crates.io | supabase-rust |
lib.rs | supabase-rust |
version | 0.1.2 |
source | src |
created_at | 2023-03-31 16:00:54.150467 |
updated_at | 2023-05-18 18:32:20.1516 |
description | Rust client for Supabase |
homepage | |
repository | |
max_upload_size | |
id | 826533 |
size | 13,964 |
supabase-rust
is a light Rust wrapper around the Supabase REST API.
Add the following dependency to your toml file:
[dependencies]
supabase_rust = "0.1.0"
You can initialize the two configuration keys either inline in the intialization or via environment variables (SUPABASE_API_KEY
and SUPABASE_URL
).
The Supabase team has an outline of their OpenAPI specs over in this yaml file.
Supabase-rust is available under the MIT license, see the LICENSE file for more information.