Docs.rs
surrealdb_extra-0.10.2
surrealdb_extra 0.10.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jakin010
Dependencies
anyhow ^1.0.86
normal
async-trait ^0.1.83
normal
chrono ^0.4.38
normal
paste ^1.0.15
normal
optional
serde ^1.0.195
normal
surrealdb ^2.0.2
normal
surrealdb_extra_derive ^0.10.2
normal
thiserror ^1.0.62
normal
serde_with ^3.9.0
dev
surrealdb ^2.0.2
dev
tokio ^1.38.1
dev
Versions
4.6%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
surrealdb_
extra
0.10.2
All Items
Crate Items
Modules
Macros
Crate
surrealdb_extra
Copy item path
source
Modules
§
query
query
This is the query builder
table
The
Table
trait represents a database table and provides common operations for interacting with the table.
Macros
§
cond_
vec
query
op
query
Usage: op!(||) = Operator::Or, op!(OR) = Operator::Or, op!(or) = Operator::Or