Docs.rs
deta_rust-0.3.1
deta_rust 0.3.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
JakubesP
Dependencies
bytes ^1.1.0
normal
reqwest ^0.11.8
normal
serde ^1.0.94
normal
serde_json ^1.0.40
normal
thiserror ^1.0.30
normal
dotenv ^0.15.0
dev
lazy_static ^1.4.0
dev
serial_test ^0.5.1
dev
tokio ^1
dev
Versions
42.97%
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
Module query
deta_
rust
0.3.1
Module query
Module Items
Structs
Enums
In deta_
rust::
database
deta_rust
::
database
Module
query
Copy item path
Source
Expand description
Tools for defining the query to be used when fetching items from the database.
Structs
§
Query
Builder type to build a query to perform.
Enums
§
Condition
Enum specifying the variants of conditions to be useed when querying (fetching) the items. The type contains factory methods to facilitate the construction of variants. Check
deta docs
for more information.