sqliteimportdbvisualizer

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?


Solution

  • 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.