dm-database-sqllog2db 1.16.0

高性能 CLI 工具:流式解析达梦数据库 SQL 日志并导出到 CSV 或 SQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Filters 模块:过滤器类型、impl 方法、test 套件分文件组织。

mod feature_ops;
mod indicator_ops;
mod serde_helpers;
mod sql_ops;
pub mod types;

#[cfg(test)]
mod tests;

#[cfg(test)]
pub(crate) use serde_helpers::TrxidSet;
// pub: required by tests/integration.rs
pub use types::{FiltersFeature, IndicatorFilters, SqlFilters};