Expand description
数据库填充模块
自动化数据库表的创建和数据填充,支持Schema推断和自动匹配
Re-exports§
pub use connection::*;pub use filling::*;pub use batch::*;pub use mysql::*;pub use utils::*;
Modules§
- batch
- 批量处理优化模块
- connection
- 数据库连接管理模块
- filling
- 数据填充逻辑实现
- generators
- 通用数据生成器模块 提供各种类型数据的生成方法,供不同数据库填充器使用
- mysql
- MySQL 数据库填充实现
- utils
- 通用工具函数模块
Structs§
- Filling
Config - 数据库填充配置
- Filling
Stats - 数据库填充统计
- Generic
Filler - 通用数据库填充器
Traits§
- Database
Filler - 数据库填充器接口