数据库关系建模-sqlite

发布于 2024-12-25 02:33:51 字数 149 浏览 1 评论 0原文

我有一个数据库,其中有几个存储在 sqlite 中的表。 我正在寻找一个产品或一段代码,可以将其转换为我的关系图 - 它不必是特定的模型,例如 UML 等。只要任何有效的东西 - 有谁知道可用的产品可以直接插入 sqlite 数据库并为我填充图表上的表和字段吗?

谢谢

I have a database with several tables in it stored in sqlite.
I'm looking for a product or piece of code that will turn this into a relationship diagram for me - it doesn't have to be a specific model, such as UML etc. Just anything that works - Does anyone know of an available product that can plug directly into the sqlite database and populate the tables and fields on a graph for me?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

耳根太软 2025-01-01 02:33:51

您可以尝试在线建模工具SQLauncher。它使用简单,并允许离线模式。 sqllauncher 还允许创建每个模型实体的 ASCII 视图。

You can try on line modeling tool SQLauncher. It is simple to use and allows off line mode. Also sqlauncher allows to create ASCII view of each model entity.

木格 2025-01-01 02:33:51

Navicat for SQLite 可以做到这一点(企业版是唯一支持此功能的版本,通过 http://www.navicat.com/en/products/navicat_sqlite/sqlite_feature.html

它有一个模型工具,但为了使用它,我花了一点时间来理解UI:

连接到您的数据库。
双击连接。右键单击 main(通常是数据库),然后从菜单中单击“Reverse Database to Model...”。

直接打开模型工具并尝试这样做似乎是不可能的。

我不为他们工作。我在某个时候打折时以 25 美元左右的价格买了它。

Navicat for SQLite can do this ( the Enterprise version is the only version that supports this, via http://www.navicat.com/en/products/navicat_sqlite/sqlite_feature.html )

It has a model tool but in order to use it, it took me a little bit to understand the UI:

Make the connection to your database.
Double click on the connection. Right click on main(usually that is the database), and click "Reverse Database to Model..." from the menu.

Opening the Model tool directly and trying to do this seems to be impossible.

I don't work for them.. I bought it on sale at some point for around $25.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文