35

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 Database scheme

Eli Barzilay
  • 29,301
  • 3
  • 67
  • 110
testing
  • 19,681
  • 50
  • 236
  • 417

1 Answers1

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
  • 1
    OK, 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