]> git.ipfire.org Git - thirdparty/sqlite.git/commit
fiddle: added support for exporting (downloading) the current db file. To do this...
authorstephan <stephan@noemail.net>
Tue, 24 May 2022 22:16:12 +0000 (22:16 +0000)
committerstephan <stephan@noemail.net>
Tue, 24 May 2022 22:16:12 +0000 (22:16 +0000)
commit80bf86967f291019ab4bb686dd92b3a3c5a402a0
tree77bd6d5f43da551dc443db9338fa7496152623a6
parentde1e02ee52ddcd909024bea66643415e2471416c
fiddle: added support for exporting (downloading) the current db file. To do this we had to fall back to named dbs, instead of defaulting to an in-memory one, but the virtual filesystem is an in-memory FS, so the end effect is the same.

FossilOrigin-Name: 7c7fd34c8a05832a3973aaffe696250cb4d2a0b1646c9bfbe83970daf33cd817
ext/fiddle/EXPORTED_FUNCTIONS.fiddle
ext/fiddle/EXPORTED_FUNCTIONS.sqlite3
ext/fiddle/fiddle-worker.js
ext/fiddle/fiddle.html
ext/fiddle/fiddle.js
ext/fiddle/sqlite3-api.js
manifest
manifest.uuid
src/shell.c.in