Docs.rs
toolu-orm-connection-0.1.2
toolu-orm-connection 0.1.2
Permalink
Docs.rs crate page
MIT
07 September 2026
Links
Repository
crates.io
Source
Owners
Falconiere
Dependencies
async-trait ^0.1
normal
deadpool-postgres ^0.14
normal
optional
libsql ^0.9
normal
optional
postgres-types ^0.2
normal
optional
rusqlite ^0.32
normal
optional
rustls ^0.23
normal
optional
rustls-native-certs ^0.8
normal
optional
thiserror ^2
normal
tokio ^1
normal
tokio-postgres ^0.7
normal
optional
tokio-postgres-rustls ^0.13
normal
optional
toolu-orm-core ^0.1.2
normal
tracing ^0.1
normal
libsql ^0.9
dev
tokio-postgres ^0.7
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 trait_def
toolu_
orm_
connection
0.1.2
Module trait_
def
Module Items
Traits
In crate toolu_
orm_
connection
toolu_orm_connection
Module
trait_
def
Copy item path
Source
Expand description
DbConnection trait shared across all database backends.
Traits
ยง
DbConnection
Trait abstracting over database connections for testability and driver swaps.