Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I refresh tables in SQLite Database Browser?

Tags:

sqlite

Does anyone know if there's a way to force the SQLite Database Browser to refresh its data in 'Browse Data'. I find I keep having to flick away and back from a given table to see an updated view of it when I change the data programatically.

like image 696
Pharfar Phystok Avatar asked Apr 13 '14 16:04

Pharfar Phystok


People also ask

How do I use SQLite database browser?

To create a new database using DB Browser, simply click New Database to create a database for your data, give the database an appropriate name, and put it in the folder that you're using for your work on the project. You are then able to import data, create tables or indices as required.

How can I see table in DB Browser SQLite?

a) On Windows, From the View menu item select 'preferences' and select the Data Browser tab. b) On Mac, From the “DB Browser for SQLite” menu item select 'preferences' and select the Data Browser tab.


1 Answers

update to the latest version of SQLLite Database Browser and next to database button there is a refresh button! enter image description here

like image 102
Kunal Balani Avatar answered Nov 13 '22 13:11

Kunal Balani