Automatically Refresh Data View After SQLite Updates #41
sagarspatil
started this conversation in
Ideas
Replies: 1 comment
-
Currently, no. You'll have to click on the refresh icon But I agree with you this is a good feature to add, at least for SQLite. Basically the database file can be watched for changes and whenever there is a change data should be reloaded to the UI You can open a PR if you can or I'll give it a shot sometimes later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I execute my Python code to modify data in my SQLite database, will the 'devdb' automatically refresh and display the updated data in the data view?
Beta Was this translation helpful? Give feedback.
All reactions