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
bytedance.larkoffice.com
☔ 智能零代码测试 SQL、任意增删改查、任意 SQL 模板变量、一键批量生成参数组合、快速构造大量测试数据。用户包含 某市值 4000亿+ 500 强巨头、某营收数十亿企业、某热门数据库创业公司 等多家大中小企业。
如果 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
bytedance.larkoffice.com
SQLAuto
☔ 智能零代码测试 SQL、任意增删改查、任意 SQL 模板变量、一键批量生成参数组合、快速构造大量测试数据。
用户包含 某市值 4000亿+ 500 强巨头、某营收数十亿企业、某热门数据库创业公司 等多家大中小企业。
如果 SQL 语句是 INSERT 插入语句,则可以快速生成 1000+ 条测试数据(表记录),方便前后端联调接口,可按规则生成。
例如
1000 次参数注入 Random Test:
我要赞赏
创作不易,右上角点亮 ⭐Star 支持下本项目吧,谢谢 ^_^
https://gitee.com/TommyLemon/SQLAuto
The text was updated successfully, but these errors were encountered: