Docs.rs
prax-sqlite-0.6.0
prax-sqlite 0.6.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
quinnjr
Dependencies
async-trait ^0.1
normal
chrono ^0.4
normal
futures ^0.3
normal
parking_lot ^0.12
normal
prax-query ^0.6.0
normal
rusqlite ^0.32
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.40
normal
tokio-rusqlite ^0.6
normal
tracing ^0.1
normal
uuid ^1.10
normal
criterion ^0.8.0
dev
tempfile ^3.10
dev
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module row
prax_
sqlite
0.6.0
Module row
Module Items
Structs
Traits
In crate prax_
sqlite
prax_sqlite
Module
row
Copy item path
Source
Expand description
Row deserialization traits for SQLite.
Structs
§
From
Sqlite
RowError
Error type for row deserialization.
Traits
§
From
Sqlite
Row
Trait for converting a SQLite row to a Rust type.