Docs.rs
scouter-sql-0.5.5
scouter-sql 0.5.5
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
thorrester
Dependencies
anyhow 1.*
normal
async-trait >=0.1
normal
chrono 0.*
normal
cron 0.*
normal
scouter-dataframe ^0.5.4
normal
scouter-settings ^0.5.4
normal
scouter-types ^0.5.4
normal
serde 1.*
normal
serde_json 1.*
normal
sqlx 0.*
normal
thiserror 2.*
normal
tokio 1.*
normal
tracing 0.*
normal
rand 0.9.*
dev
sqlx-cli 0.*
dev
tokio 1.*
dev
tower 0.*
dev
Versions
16.84%
of the crate is documented
Go to latest version
Platform
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
Files
scouter_sql/
lib.rs
1
pub mod
sql;
2
3
pub use
sql::postgres::{MessageHandler, PostgresClient};