Expand description
SZ-ORM Connection Pool
自研连接池(AtomicU32 + crossbeam-queue ArrayQueue + Notify), 非 deadpool。包含断路器、限流器集成。
Re-exports§
pub use cache::*;pub use circuit_breaker::*;pub use guard::*;pub use pool::*;pub use rate_limiter::*;pub use transaction::*;
Modules§
- cache
- Cache abstraction layer
- circuit_
breaker - 断路器抽象 trait
- guard
- 防全表 UPDATE/DELETE 攻击守卫(Safe SQL Guard)
- pool
- Connection Pool
- rate_
limiter - 限流器(Rate Limiter)
- transaction
- Transaction support