How to import a SQLite db file into DbVisualizer
Asked Answered
M

2

7

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?

Moskowitz answered 12/1, 2017 at 6:27 Comment(0)
T
19

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.

Titanomachy answered 12/1, 2017 at 16:40 Comment(1)
On Windows, make sure not to have quotes around the file path.Bobbie
J
2

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.

Jambalaya answered 31/3, 2023 at 1:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.