Docs.rs
sanity-rs-0.1.0
sanity-rs 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
crates.io
Source
Owners
Riley1101
Dependencies
reqwest ^0.12.9
normal
serde ^1.0.215
normal
serde_json ^1.0
normal
thiserror ^2.0.3
normal
url ^2.5.4
normal
dotenv ^0.15.0
dev
tokio ^1
dev
Versions
51%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
Module orm
sanity_
rs
0.1.0
Module orm
Module Items
Traits
In crate sanity_
rs
sanity_rs
Module
orm
Copy item path
Source
Traits
ยง
ORM
A trait defining the interface for an Object-Relational Mapper (ORM). This trait provides methods for interacting with a data source, retrieving data in JSON format, and performing CRUD operations.