Hi, guys.
I'm working on a layer to adapt Entity Framework to Anchor Modeling. Part of that will involve automating the transition from entity framework schema (an EDMX file) to anchor model schema (XML with 'anchor', 'metadata', 'attribute' tags) to the anchor model/T-SQL database creation scripts.
At the moment it's a manual process involving the site, so I think I'm going to have to adapt the sisula interpreter, which seems to live in index.html in the source, to be a AMD or node.js module. This will allow me to automate the process of adapting an Entity Framework project to use Anchor Modeling in the background.
Anyone interested in the results, or have tried this before? Is the sisula interpreter available elsewhere and easier to package?
Any thoughts appreciated.
Steve