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?
Asked
Active
Viewed 8,692 times
2 Answers
18
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.
-
2On Windows, make sure not to have quotes around the file path. – Noumenon Sep 23 '17 at 19:39
1
On version 23.1 I couldn't find the option described in the initial answer. It is actually a little bit easier. Database > Create Database Connection and search SQLite, then you will see the field Database file name.

Sebastián Ulloa
- 107
- 9