不同库名或表名的数据校验

    1. # 配置需要对比的*目标数据库*中的表
    2. [[check-tables]]
    3. schema = "test_2"
    4. tables = ["~^"]
    5. [[table-rules]]
    6. # schema-pattern 和 table-pattern 支持通配符 *?
    7. schema-pattern = "test_1"
    8. #table-pattern = ""
    9. #target-table = ""