Docs.rs
baichun-framework-db-0.1.0
baichun-framework-db 0.1.0
Permalink
Docs.rs crate page
MIT
24 July 2026
Links
Repository
crates.io
Source
Owners
fangbc5
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
num_cpus ^1.16
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.7
normal
thiserror ^1.0
normal
tokio ^1.36
normal
anyhow ^1.0
dev
tokio ^1.36
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module executor
baichun_
framework_
db
0.1.0
Module executor
Module Items
Structs
Traits
In crate baichun_
framework_
db
baichun_framework_db
Module
executor
Copy item path
Source
Expand description
数据库执行器模块
本模块提供了数据库查询和事务执行的核心功能。包括:
基本的数据库查询操作(执行、查询单行、查询多行等)
事务管理
连接池和事务的统一接口
Structs
§
Transaction
Manager
事务管理器
Traits
§
DbExecutor
数据库执行器内部特征
Executor
数据库执行器特征