actix-sqlx-tx 0.1.0

Request-scoped sqlx transactions for actix-web
Documentation
1
2
3
4
5
6
7
8
mod error;
mod middleware;
mod slot;
mod tx;

pub use crate::{middleware::TransactionMiddleware, tx::Tx};

pub use crate::error::Error;