Skip to content

ApiTesting_v2.0

Compare
Choose a tag to compare
@Leozhanggg Leozhanggg released this 12 Mar 09:54
· 18 commits to main since this release
078bf4c

支持多种数据库校验:

目前主要包括MySQL、HBase、Solr、ES,且均使用SQL语法。
必须满足正则表达式 ^select (.?) from (.?) where (.*?)$ (注意大小写)
即以select开头 + *(所有)或字段名 + from + 表名 + where + 条件 [ + and + 其他条件 ... ]