Docs.rs
trailbase-sqlite-0.3.0
trailbase-sqlite 0.3.0
Permalink
Docs.rs crate page
OSL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
ignatz
Dependencies
base64 ^0.22.1
normal
crossbeam-channel ^0.5.13
normal
kanal ^0.1.1
normal
log ^0.4.21
normal
parking_lot ^0.12.3
normal
rusqlite ^0.36.0
normal
serde ^1.0.203
normal
serde_json ^1.0.122
normal
serde_rusqlite ^0.39
normal
thiserror ^2.0.12
normal
tokio ^1.38.0
normal
criterion ^0.6
dev
env_logger ^0.11.8
dev
futures-util ^0.3
dev
log ^0.4.27
dev
rand ^0.9.0
dev
tempfile ^3.19.1
dev
trailbase-extension ^0.3.0
dev
uuid ^1
dev
Versions
13.64%
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
trailbase_
sqlite
0.3.0
Module connection
Module Items
Re-exports
Structs
Functions
Type Aliases
In crate trailbase_
sqlite
trailbase_sqlite
Module
connection
Copy item path
Source
Re-exports
§
pub use crate::params::
Params
;
pub use crate::rows::
Row
;
pub use crate::rows::
Rows
;
Structs
§
Connection
A handle to call functions in background thread.
Database
Lock
Guard
Options
Functions
§
extract_
record_
values
extract_
row_
id
Type Aliases
§
Result
The result returned on method calls in this crate.