为我的架构中的所有表自动生成 DML 存储过程的工具 -MySQL
我一直在寻找一个可以从模式为我的 MySQL 数据库自动生成 DML 存储过程(插入、更新、删除、选择)的工具。
I was looking for a tool which can can auto-generate the DML stored procedures (Insert, Update, Delete, Select) for my MySQL database from the schema.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然我没有将它与 MySql 一起使用,但只有 SQL Server,Codesmith 可以基于以下内容生成 CRUD 存储过程数据库内的表。
该工具提供了可自定义的模板,看起来社区中有人创建了 用于生成 MySql 过程的模板
While I haven't used it with MySql, only SQL Server, Codesmith can generate CRUD stored procedures based off of tables within the database.
The tool provides customizable templates, and it looks like someone in the community created a template for generating MySql procedures