I am using python to connect and make changes with a sqlite database. On the side, I am viewing the tables and database structure of the sqlite db using DB Browser for SQLite.
After I run my python code and make changes, I normally have to close the DB Browser and reopening it again. Is there a way or button in DB Browser I can refresh and update the db without closing and reopening?