开发者

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

开发者 https://www.devze.com 2023-02-13 23:00 出处:网络
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

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

精彩评论

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