dm-database-sqllog2db 0.2.2

高性能 CLI 工具:流式解析达梦数据库 SQL 日志并导出到 CSV/Parquet/JSONL/SQLite/DuckDB/PostgreSQL/DM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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;

#[cfg(feature = "tui")]
pub mod tui;