mabel-dev / query

Query is a Data Exploration tool and SQL IDE for mabel datasets
MIT License
0 stars 0 forks source link

[FEATURE] Save (&share) should persist queries to the state DB #27

Open joocer opened 2 years ago

joocer commented 2 years ago

Recent Queries should be in local storage, a list of 10 items should be maintained. Result sets should be in session storage, allowing quick access to data from the current session. This data shouldn't be retained between sessions, just the SQL.

Saved Queries should be in the database, there should be an option to label these so they have a name for future reference. No results for these should be saved.

Shared queries should also be in the DB, these will be associated with datasets and named for searching and finding.