dm-database-sqllog2db 0.2.0

命令行工具:将达梦 SQL 日志解析并导出为 CSV 或嵌入式数据库 (SQLite)。
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod features;
// Library entry point
pub mod config;
pub mod constants;
pub mod error;
pub mod error_logger;
pub mod exporter;
pub use exporter::*;
pub mod logging;
pub mod parser;