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
Asked
Active
Viewed 3.9k times
35

Eli Barzilay
- 29,301
- 3
- 67
- 110

testing
- 19,681
- 50
- 236
- 417
-
https://www.dbschema.com/sqlite-designer-tool.html – DaFi4 Jan 27 '19 at 23:56
1 Answers
29
Try DbVisualizer, it works for any database and I particularly like the way it arranges large diagrams. Check the Personal evaluation license.

Óscar López
- 232,561
- 37
- 312
- 386
-
In the tab references I can see the diagram. Do you know how I can display all fields and also 1:1 and 1:n relationship directly on the graphs? – testing Feb 23 '12 at 11:10
-
1OK, you have to switch `Node Content` to Columns and activate `Show One Link/Column`. Can I show the type of relationship (1:1, 1:n, ...)? – testing Feb 23 '12 at 11:18