开发者

DSL for pretty standard object model with a mapping to an SQL DB

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 开发者_StackOverflow中文版wanting to reinvent the wheel, what DSLs exist that implements this?


I believe that the current version of Xtext embeds an example that looks just like what you need.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜