dm-database-parser-sqllog 1.1.0

一个高性能的达梦数据库 sqllog 日志解析库,支持 LogParserBuilder 链式配置、过滤方法和直接字段访问
Documentation
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
# scripts/pre-push — 本地 benchmark 回归门禁
# 安装:cp scripts/pre-push .git/hooks/pre-push && chmod +x .git/hooks/pre-push
set -euo pipefail

echo "Running benchmark regression check before push..."
cargo bench --bench parser_benchmark
bash scripts/check-regression.sh