Docs.rs
sqlite-rwc-0.3.0
sqlite-rwc 0.3.0
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
crates.io
Source
Owners
LeanderBB
Dependencies
diesel ^2.2.0
normal
optional
flume ^0.11.1
normal
optional
oneshot ^0.1.11
normal
optional
parking_lot ^0.12.3
normal
rusqlite >=0.32.1
normal
optional
sqlite-watcher ^0.6.0
normal
optional
thiserror ^2
normal
tracing ^0.1.41
normal
tempdir ^0.3.7
dev
tokio ^1
dev
Versions
38.71%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sqlite_
rwc
0.3.0
Module drivers
Module Items
Traits
In crate sqlite_
rwc
sqlite_rwc
Module
drivers
Copy item path
Source
Traits
ยง
Driver
Implementation interface for any library which provides binding for sqlite.
Driver
MutConnection
Deref
Marker trait to signal whether the driver allows mutable connection deref from the
Transaction
type.