You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a Boolean flag for implementing a local DB mode in Newt. This flag should be false by default but when set to true and deployed like that, Newt should include the following additional functionality:
Query > Local Database > (list of available query types formatted similar to PC queries)
File > Import > Local Database (add this to the end of the list) to transfer everything currently in the database to the current tab (or open in a new tab?)
File > Export > Local Database (add this to the end of the list) to transfer everything currently in the current tab into to the database, replacing the current content.
Let's do this in the local database branch for now.
The text was updated successfully, but these errors were encountered:
We need a Boolean flag for implementing a local DB mode in Newt. This flag should be false by default but when set to true and deployed like that, Newt should include the following additional functionality:
Let's do this in the local database branch for now.
The text was updated successfully, but these errors were encountered: