First steps
Once the installation is done you can start by typing dblab
[ ] postgres
[ ] mysql
[x] sqlite3
When you don't use any flag with dblab
, a prompt will ask for the driver to be used.
You can navigate through the options with the Arrow Up and Arrow Down keys or with j an k keys.
When the right driver is selected you can press Enter to apply the selection.
For this example we are going to use a sample SQlite database file with a few tables from here, but you can use your own sqlite file.
In this case we are going to choose the sqlite3 driver, so the prompt will ask for the path of the db file and the size limit of the result from the queries
Introduce the connection params:
> File Path
> Limit
Select the ssl mode (just press enter if you selected sqlite3):
If everything went well you should see the UI
For further knowledge on the navigation of the UI you can check this first steps in navigation