I have recently come across Anchor Modeling and am very impressed and am trying to use it for my current project. I have noticed two things when generating SQL code for use with MS SQL Server:
1) The 'capsule' property is very usefully mapped to a 'schema object' in the generated code but the generated code does not create such objects if they do not exist before attempting to use them - it would be a useful addition at some point but not a priority.
2) The default capsule setting in the modeler does not appear to be used. When I have set this to something other than dbo it is not used for newly created objects and it is also not used when generating the 'internal' Anchor Modeling entities (e.g. the _Anchor view) which default to dbo.
I tend to use the 'schema object' to indicate working domains and to me dbo means that I forgot to allocate an entity properly
.
Thank you for developing such a useful tool, it is so good as is that I wonder what version 1.0 would bring!