什么是具有外键/引用支持的 Sql 浏览器?
我现在想为我所有的新数据库创建外键。到目前为止,我一直在使用 sqlite 和 MyIasm 数据库,所以我还没有使用支持它的数据库。我想我应该安装并使用带有 InnoDb 的 MySql 服务器(通过 C# 连接)。
我的问题是我可以用什么来实际查看 FK 关系?如果可能的话,我想通过使用 sqlite 数据库来查看它。有没有好的浏览器可以让我看到表和列之间的全部或部分关系?
-编辑-可能有多个正确答案,所以我将其更改为维基百科。
I now want to create foreign keys for all of my mew DBs. So far i have been using sqlite and MyIasm DBs so i havent used a DB that supported it. I am thinking i should install and use a MySql server with InnoDb (connected via C#).
My question is what can i use to actually see the FKs relations? I would like to see it by using a sqlite db if possible. Is there good browser that will let me see all or some of the relationship between tables and columns?
-edit- there can be multiple correct answers so i'll change this into a wiki.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Navicat for MySQL 是一个优秀的 MySQL GUI。它提供了您提到的所有内容(除了有关 SQLite + 外键的令人困惑的部分),并且非常快速且易于使用。
Navicat for MySQL is an excellent MySQL GUI. It provides everything you mentioned (except the confusing part about SQLite + foreign keys), and is very fast and easy to work with.