rpbouman / huey

A UI for DuckDB
MIT License
250 stars 17 forks source link

Query History / Save query #15

Closed rpbouman closed 3 months ago

rpbouman commented 9 months ago

Idea is to have a new tab in the sidebar, next to the attributes that keeps track of all queries we executred on the current datasource, along with some statistics like execution time and last execution

Queries in the history list are clickable; click one will reload that query and execute it.

rpbouman commented 9 months ago

Note: we have some code now to turn the query state into a url hash, and this automatically updates the browser history. I think any further history functinoality should build further on that.

rpbouman commented 3 months ago

https://github.com/rpbouman/huey/pull/99