Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any SQLite Manager for MAC OS X which is able to show ER Diagram?

Tags:

sqlite

macos

Is there any SQLite Manager for MAC OS X which is able to show ER Diagram (Relationship between tables)?

like image 268
Rahul Vyas Avatar asked Mar 17 '11 07:03

Rahul Vyas


2 Answers

You could give SQLEditor a go, check it out here. It supports using JDBC drivers for SQLite according to this page.

Admittedly, it's not free, but it does come with a 30 day trial period to determine if it's suitable for your needs.

As another option it seems that MySQL Workbench may be an option to use, as a plugin has been released supporting SQLite export read more about it here. I know from firsthand experience MySQL Workbench is reasonable to work with and it's available on OSX.

like image 130
Phil Street Avatar answered Sep 28 '22 02:09

Phil Street


I use Visual Paradigm, there's a free version you can use :) Also has a Windows version.

like image 43
Elaine Marley Avatar answered Sep 28 '22 00:09

Elaine Marley