Crates.io | rust_supabase_sdk |
lib.rs | rust_supabase_sdk |
version | 0.1.8 |
source | src |
created_at | 2023-11-30 01:53:40.324076 |
updated_at | 2024-07-14 17:20:03.884403 |
description | An SDK kit for SupaBase so that Rust lovers can use SupaBase with the low level abstracted away. If you want new features tell me and I'll add them. |
homepage | |
repository | |
max_upload_size | |
id | 1053803 |
size | 19,938 |
Use SupaBase in Rust with no stress & without worrying about low level implementation.
To get started simply initialise a SupaBaseClient through SupaBaseClient::new(supabase_url, secret_key). Then start making requests and you're good to go! (Keep in mind secret key and service role are synonymous).
Most requests follow the same structure and require the (table name, id | search param, Option
)Functionality currently supported:
If you want new features or improvements let me know through the Github: https://github.com/Lenard-0/Rust-Supabase-SDK