dm-database-sqllog2db 1.16.0

高性能 CLI 工具:流式解析达梦数据库 SQL 日志并导出到 CSV 或 SQLite
Documentation
1
2
3
4
5
6
7
use serde::Deserialize;

/// error log 输出配置。
#[derive(Debug, Deserialize, Clone)]
pub struct ErrorLogConfig {
    pub file: String,
}