-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
This is a great tool - for tables. I am a mssql based dwh developer and most of my logic is in views or in the combination of views, tables and procedures. And because views have no real PK, UK, FK or index, my database objects have virtual index (can be also PK or UK) and they have virtual FK and also virtual references between entities and between columns. For example a table could be a persistence of a view then I have a virtual reference between this referencing table and the referenced source view. Or I use a parser to extract column references. It is also an open source project, but at the very beginning.
A big challenge is the graphical representation and even more the navigation involving these virtual elements and relations.
I like the idea of schema-explorer very much: the operation is simple and intuitive. Could features be added to schema-explorer?
- Support for views
- Support for virtual objects. Best if you could provide them in a form usable for schema-explorer in views or tables.