Docs.rs
tari_common_sqlite-5.2.1
tari_common_sqlite 5.2.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
SWvheerden
leet4tari
brianp
Dependencies
diesel ^2.2.10
normal
diesel_migrations ^2.2
normal
lazy_static ^1.5.0
normal
libsqlite3-sys ^0.30.1
normal
optional
log ^0.4
normal
rand ^0.8
normal
serde ^1
normal
serde_json ^1
normal
tari_utilities ^0.8
normal
thiserror ^2
normal
tokio ^1.47
normal
tokio ^1.47
dev
Versions
50%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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 connection
tari_
common_
sqlite
5.2.1
Module connection
Module Items
Structs
Enums
In crate tari_
common_
sqlite
tari_common_sqlite
Module
connection
Copy item path
Source
Structs
§
DbConnection
An SQLite database connection using the Diesel ORM with its r2d2 connection pool and SQLite WAL backend.
Enums
§
DbConnection
Url
Describes how to connect to the database (currently, SQLite).