Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 227 Bytes

SqliteBrowser.md

File metadata and controls

8 lines (6 loc) · 227 Bytes

Install SQLite browser

This step is necessary to open the SQLite database and navigate through the data by using a database viewer. Run these commands:

sudo apt-get install sqlite3
sudo apt-get install sqlitebrowser