Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import a SQLite db file into DbVisualizer

How can a SQLite *.db file be imported into DbVisualizer? Since the SQLite database file extension is *.db how can we load this into DbVisualizer to view the tables and generate the ER diagram?

like image 760
Bibin Jose Avatar asked Jan 12 '17 06:01

Bibin Jose


1 Answers

In DbVisualizer open Tools->Connection Wizard. In the Select Database Driver pane pick SQLite from the list and click Next.

In the last details pane load the file (.db or .sqlite) in the Database file name field. Click Finish and you should be connected.

like image 104
roger Avatar answered Sep 28 '22 16:09

roger