sqlite/ext/fiddle
stephan 085c5c6b43 Add the ability to import/export db files into/from fiddle.
FossilOrigin-Name: e0c30438a4f1372afb93a0488bae17b3f85d535717b215f494a83ae909871d2c
2022-05-25 04:35:22 +00:00
..
emscripten.css Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it. 2022-05-22 00:27:19 +00:00
EXPORTED_FUNCTIONS.fiddle 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. 2022-05-24 22:16:12 +00:00
EXPORTED_FUNCTIONS.sqlite3 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. 2022-05-24 22:16:12 +00:00
EXPORTED_RUNTIME_METHODS Add the ability to import/export db files into/from fiddle. 2022-05-25 04:35:22 +00:00
fiddle-worker.js Further minor cleanups and docs in the fiddle app and worker. 2022-05-25 04:20:08 +00:00
fiddle.html fiddle: refactored so that it no longer exposes any global symbols. Doing so with the main sqlite3.api module will be much tricker. 2022-05-25 03:08:22 +00:00
fiddle.js Further minor cleanups and docs in the fiddle app and worker. 2022-05-25 04:20:08 +00:00
index.md In wasm builds, ifdef out shell commands which require file I/O, pipes, or which trigger an exit() (.quit and .exit). Documented some of the quirks and limitations of the C/WASM crossover. Keep the JS code from calling into the C code after an exit() has been triggered. 2022-05-18 22:58:34 +00:00
Makefile MoUse re descriptive var names in ext/fiddle/Makefile. 2022-05-24 14:45:16 +00:00
sqlite3-api.js 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. 2022-05-24 22:16:12 +00:00
SqliteTestUtil.js wasm: minor refactoring and doc updates. 2022-05-23 19:38:57 +00:00
testing1.html Add the ability to import/export db files into/from fiddle. 2022-05-25 04:35:22 +00:00
testing1.js fiddle: lots of generic refactoring, restructuring, and cleanup in the higher-level code. Added push-fiddle ext/fiddle/Makefile target to push the fiddle app to a remote server via rsync. 2022-05-24 14:36:45 +00:00
testing-common.js fiddle: lots of generic refactoring, restructuring, and cleanup in the higher-level code. Added push-fiddle ext/fiddle/Makefile target to push the fiddle app to a remote server via rsync. 2022-05-24 14:36:45 +00:00
testing.css fiddle: lots of generic refactoring, restructuring, and cleanup in the higher-level code. Added push-fiddle ext/fiddle/Makefile target to push the fiddle app to a remote server via rsync. 2022-05-24 14:36:45 +00:00