sqlime icon indicating copy to clipboard operation
sqlime copied to clipboard

Ris-work: add download facility to download the textbox contents as an SQL snippet

Open ris-work opened this issue 11 months ago • 1 comments

Ris-work: add download contents of the editor as an SQL snippet It would have been easier if I could download the snippet as a file for later reference. Please evaluate whether it would be useful for the others too. Some queries, even if they don't use a real database, can use this feature (for example, I just write WITH A AS (VALUES (...), (...)) SELECT (...) FROM A for the ease of reproducibility).

It creates a download with a text file with the set DB name, the ISO time (ISO 8601, but with underscores instead of colons as they are more filesystem friendly, especially on Windows NT, and shell-friendly on Unix(-like) too), and a .sql suffix (extension). It was tested on Mozilla Firefox (R), Microsoft (R) Edge on Microsoft Windows (R) NT 10.

Thank you.

Sincerely, Rishikeshan Sulochana/Lavakumar

ris-work avatar Feb 09 '25 19:02 ris-work