Docs.rs
trailbase-sqlite-0.2.0
trailbase-sqlite 0.2.0
Docs.rs crate page
OSL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
ignatz
Dependencies
crossbeam-channel ^0.5.13
normal
infer ^0.19.0
normal
jsonschema ^0.29.0
normal
lazy_static ^1.5.0
normal
log ^0.4.22
normal
parking_lot ^0.12.3
normal
rusqlite ^0.33.0
normal
schemars ^0.8.21
normal
serde ^1.0.203
normal
serde_json ^1.0.122
normal
serde_rusqlite ^0.37.0
normal
sqlite-vec ^0.1.6
normal
thiserror ^2.0.1
normal
tokio ^1.38.0
normal
trailbase-extension ^0.2.0
normal
trailbase-sqlean ^0.0.2
normal
uuid =1.12.1
normal
Versions
22.08%
of the crate is documented
Go to latest version
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.2.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
;
Structs
§
Connection
A handle to call functions in background thread.
Row
Rows
Functions
§
extract_
record_
values
extract_
row_
id
Type Aliases
§
Result
The result returned on method calls in this crate.