sqlite3-editor icon indicating copy to clipboard operation
sqlite3-editor copied to clipboard

Results 3 sqlite3-editor issues
Sort by recently updated
recently updated
newest added

version: v1.0.189 EXAMPLE: INSERT INTO live_data ("ffmpeg_pid", "live_id", "service", "origin", "option", "date", "real_stat") VALUES (?, ?, ?, ?, ?, ?, ?), (12345, "asdadas", "youtube", "scheduler", NULL, 1723072696, 1723072699); RESULT: [{"ffmpeg_pid":12345,"live_id":"asdadas","service":"youtube","origin":"scheduler","option":null,"date":1723072696,"real_stat":1723072699}]...

it will help (at least me :)) when it will be possible to copy CRUD queries, to not manually write them.

I'd like to be able to change a plugin setting so that when I am viewing a table, instead of seeing an INSERT INTO statement in the bottom panel, it...