micahosborne / uFrame

85 stars 21 forks source link

Any way to reference elements in one database from another? #7

Open grofit opened 8 years ago

grofit commented 8 years ago

So I have a project with 2 databases, mainly so the code generated can be kept separate, and I am trying to reference components and events in the first database (lets call it A) in the second database (lets call it B), however I cannot see any obvious way to reference A from B, I have tried going to show and typing in something in A but nothing seems to work there, so is there a way to do this?

micahosborne commented 8 years ago

Databases are completely seperate logical projects. Workspsaces and seperate graphs are what you should be using.

grofit commented 8 years ago

Can you isolate your generated code into separate folders at workspace level?