Docs.rs
rust_supabase_sdk-0.2.10
rust_supabase_sdk 0.2.10
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Lenard-0
Dependencies
chrono ^0.4.40
normal
dotenv ^0.15.0
normal
rand ^0.9.0
normal
reqwest ^0.12.15
normal
serde ^1.0.140
normal
serde_json ^1.0.140
normal
tokio ^1.44.1
normal
url ^2.5.4
normal
urlencoding ^2.1.3
normal
uuid ^1.16.0
normal
Versions
27.27%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust_
supabase_
sdk
0.2.10
All Items
Crate Items
Modules
Macros
Structs
Functions
Crate
rust_supabase_sdk
Copy item path
Source
Modules
§
auth
delete
get
insert
select
universals
update
Macros
§
query
Macro to allow writing queries with a natural syntax. Example: let expr = q!(“name” == “Org X”) | q!(“category” != “Finance”) & q!(“property” > 5);
Structs
§
Supabase
Client
Functions
§
generate_
id