Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate table relationship diagram from existing schema (For Sqlite Databse) [closed]

Tags:

sqlite

I have a sqlite database schema... Is there any tool available that would produce a diagram showing existing tables and their relationships?

like image 352
Abhishek Avatar asked Jul 31 '12 23:07

Abhishek


1 Answers

For Mac OS X there is SQLEditor

On several platforms, Navicat Enterprise will do the job

yEd Graph Editor can be used to make ER diagrams, but I don't think it will import the schema.

like image 102
Doug Currie Avatar answered Oct 25 '22 16:10

Doug Currie