We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cirrodata.feishu.cn
bonc.com.cn
任意增删改查、任意 SQL 模板变量、一键批量生成参数组合、快速构造大量测试数据
如果 SQL 语句是 INSERT 插入语句,则可以快速生成 1000+ 条测试数据(表记录),方便前后端联调接口,可按规则生成。 例如
INSERT INTO sys.apijson_user(id, sex, name) VALUES(${id}, ${sex}, ${name})
1000 次参数注入 Random Test:
id: new Date().getTime() // 当前时间毫秒值 sex: RANDOM_IN(0, 1) // 随机从 0, 1 中取值 name: 'Test ' + new Date().toLocaleTimeString() // 通过代码自定义
创作不易、坚持更难,打开链接右上角点亮 ⭐Star 支持下本项目吧,谢谢 ^_^ https://gitee.com/TommyLemon/SQLAuto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cirrodata.feishu.cn
bonc.com.cn
SQLAuto-智能零代码自动化测试 SQL 语句执行结果的数据库工具
任意增删改查、任意 SQL 模板变量、一键批量生成参数组合、快速构造大量测试数据
如果 SQL 语句是 INSERT 插入语句,则可以快速生成 1000+ 条测试数据(表记录),方便前后端联调接口,可按规则生成。
例如
1000 次参数注入 Random Test:
创作不易、坚持更难,打开链接右上角点亮 ⭐Star 支持下本项目吧,谢谢 ^_^
https://gitee.com/TommyLemon/SQLAuto
The text was updated successfully, but these errors were encountered: