为 MySQL 表生成数据
有没有像 Red Gate 的Data Generator 这样的程序MS SQL Server 根据您的 MySQL 数据库架构生成数据?
非常欢迎其他替代方案(简单)来实现目标!
Is there a program like Red Gate's Data Generator for MS SQL Server that generates data based on your database schema for MySQL?
Other alternatives (easy) to accomplish the objective very much welcomed!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看 benerator:
http://databene.org/databene-benerator
Check out benerator:
http://databene.org/databene-benerator
查看 generatedata,可通过 http://www.generateata.com 获取它。
您还可以分叉该项目:< a href="https://github.com/benkeen/ generatedata" rel="nofollow">https://github.com/benkeen/ generatedata
这非常简单,我不需要手册来计算知道如何使用它。
Look at generatedata, which is available via http://www.generatedata.com
You can also fork the project: https://github.com/benkeen/generatedata
It's pretty simple and I didn't need a manual to figure out how to use it.
我写了一个小脚本,可以生成 &填充您的数据库,它还可以执行 SQL 文件。一切都以同步方式进行(如果您在数据库中定义了关系,这一点很重要)
对我们的团队来说就像一个魅力。
https://github.com/blacktea/populate-db-now
I've written a small script which can generate & populate your DB, it also can execute SQL files. Everything in synchronized manner (important if you have relationships defined in your DB)
Works like a charm for our team.
https://github.com/blacktea/populate-db-now