Docs.rs
sqlx-tracing-0.2.0
sqlx-tracing 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jdrouet
Dependencies
futures ^0.3
normal
sqlx ^0.8
normal
tracing ^0.1
normal
anyhow ^1
dev
opentelemetry ^0.30
dev
opentelemetry-testing ^0.1
dev
serde ^1.0
dev
serde_json ^1.0
dev
serial_test ^3.2
dev
sqlx ^0.8
dev
testcontainers ^0.25
dev
tokio ^1
dev
Versions
82.35%
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
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
Files
sqlx_tracing/
prelude.rs
1
pub trait
Database {
2
const
SYSTEM:
&
'static
str;
3
}