让用户可视化和探索关系数据的快速好方法?
我正在寻找一种基于 Web 或基于 Windows 的方法来使用自动模式探索来指向关系数据源(或者更好的是,一种基于反射的方法,适用于任何 IQueryable 内存中数据源)并且允许轻松探索数据、在相关表中的记录之间进行遍历等。基本上是一个动态 UI,不必看起来很完美。有什么推荐的方法吗?不再寻找快速原型设计工具,而是更多地寻找可以开箱即用并且可以针对多个数据源在多个上下文中工作的通用数据浏览器。
I'm looking for either a web-based or Windows-based way to point to a relational data source using automated schema exploration (or, even better, a reflection-based approach that would work on any IQueryable in-memory data source) and allow easy exploration of data, traversing between records in related tables, etc. Basically a dynamic UI that doesn't have to look perfect. Any recommended approaches? Looking less for a rapid prototyping tool and more for a generic data explorer that can work out of the box and can work in multiple contexts against multiple data sources.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个名为 LinqPad 的应用程序,我使用它来实现上面提到的类似想法。
linqpad.net
There is an application called LinqPad that I use for a similar idea mentioned above.
linqpad.net