database SQLite 数据库方案作为实体关系模型
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9411557/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
SQLite database scheme as Entity Relationship Model
提问by testing
Is there a tool to display the database scheme for SQLite 3 database like with MySQL Workbench and Reverse Engineering? I mean a graphical representation like 
是否有工具可以像 MySQL Workbench 和逆向工程一样显示 SQLite 3 数据库的数据库方案?我的意思是像这样的图形表示
采纳答案by óscar López
Try DbVisualizer, it works for any database and I particularly like the way it arranges large diagrams. Check the Personal evaluation license.
试试DbVisualizer,它适用于任何数据库,我特别喜欢它排列大型图表的方式。检查个人评估许可证。

