Create a table relationship diagram from an existing schema (for Sqlite Databse)

I have a sqlite database schema ... Is there any tool that could create a chart showing existing tables and their relationships?

+5
source share
1 answer

For Mac OS X there is SQLEditor

On multiple Navicat platforms , Enterprise will do the job

The yEd Graph Editor can be used to create ER charts, but I don’t think it imports the chart.

+2
source

All Articles