simonw / datasette-write

Datasette plugin providing a UI for executing SQL writes against the database
https://datasette.io/plugins/datasette-write
10 stars 2 forks source link

Query history #2

Open simonw opened 4 years ago

simonw commented 4 years ago

A history of SQL queries would be useful. It could go in a _datasette_write table in the first attached non-immutable database. Turned on by default, turn it off with plugin configuration.

simonw commented 4 years ago

Putting this in a SQLite table would enable faceting, sorting etc.

simonw commented 4 years ago

Could even have a "save this query in history" checkbox that defaults to on.