Docs.rs
rust_supabase_sdk-0.2.16
rust_supabase_sdk 0.2.16
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Lenard-0
Dependencies
chrono ^0.4.41
normal
dotenv ^0.15.0
normal
rand ^0.9.1
normal
reqwest ^0.12.22
normal
serde ^1.0.140
normal
serde_json ^1.0.140
normal
tokio ^1.46.1
normal
url ^2.5.4
normal
urlencoding ^2.1.3
normal
uuid ^1.17.0
normal
Versions
25.41%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust_
supabase_
sdk
0.2.16
All Items
Crate Items
Modules
Macros
Structs
Functions
Crate
rust_supabase_sdk
Copy item path
Source
Modules
§
auth
count
delete
get
insert
rpc
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