Docs.rs
rexecutor-sqlx-0.1.0
rexecutor-sqlx 0.1.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
Johnabell
Dependencies
async-stream ^0.3.5
normal
async-trait ^0.1.79
normal
chrono ^0.4.37
normal
futures ^0.3.30
normal
fxhash ^0.2.1
normal
rexecutor ^0.1.0
normal
serde ^1.0.197
normal
serde_json ^1.0.115
normal
sqlx 0.7.*
normal
thiserror ^1.0.58
normal
tokio ^1.37.0
normal
tracing ^0.1.40
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rexecutor_sqlx
0.1.0
All Items
Structs
Crate
rexecutor_sqlx
Copy item path
source
·
[
−
]
Expand description
A postgres backend for Rexecutor built on
sqlx
.
Structs
§
RexecutorPgBackend
A postgres implementation of a
rexecutor::backend::Backend
.