用于非常标准的对象模型的 DSL,具有到 SQL DB 的映射
我需要一个 DSL(用于 Xtext)来描述一个非常标准的对象模型:
- 有实体,
- 它们有字段它可以是原语,也可以是对其他实体的引用
- 引用可以是 1:1、1:N、N:1 或 N:M
不想重新发明轮子,有哪些 DSL 可以实现这一点?
I need a DSL (for Xtext) for describing a pretty standard object model:
- There are entities
- They have fields which can either be primitives or references to other entities
- References can be 1:1, 1:N, N:1 or N:M
Not wanting to reinvent the wheel, what DSLs exist that implements this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信当前版本的 Xtext 嵌入了一个看起来就像您需要的示例。
I believe that the current version of Xtext embeds an example that looks just like what you need.