index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-v-helper.js
Commit message (
Expand
)
Author
Age
*
Split the JS vfs/vtab helper code into discreet units as a step towards a bui...
stephan
2024-01-11
*
Major restructuring of opfs-sahpool to improve maintainability and hopefully ...
stephan
2023-07-19
*
Internal refactoring in opfs-sahpool. Move OPFS tests to the end of tester1.c...
stephan
2023-07-19
*
Major restructuring of the opfs-sahpool bits to better support multiple insta...
stephan
2023-07-18
*
Replace use of 'self' in JS code with 'globalThis', as that works in browsers...
stephan
2023-03-07
*
In the JS sqlite3.vfs/vtab utility APIs, use a local reference to StructBinde...
stephan
2023-03-07
*
Remove two incorrect calls to structType.dipose() which prematurely freed obj...
stephan
2022-12-10
*
Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...
stephan
2022-12-09
*
JS API doc updates.
stephan
2022-12-09
*
Reorganization and renaming in the new VFS/vtab JS pieces.
stephan
2022-12-09
*
Further docs and minor cleanups in the JS virtual table helper.
stephan
2022-12-08
*
Ease-of-use/legibility improvements in the virtual table JS helpers.
stephan
2022-12-08
*
Got JS non-eponymous vtable working thanks to a hint from Dan.
stephan
2022-12-08
*
Remove some dead JS code and tweak some docs.
stephan
2022-12-08
*
Work on an alternate (slightly simpler) approach to binding JS vtabs. Non-epo...
stephan
2022-12-07
*
Add addOnDispose() method to Jaccwabyt and code-adjacent minor internal clean...
stephan
2022-12-07
*
JS vtables: add infrastructure related to accessing and modifying sqlite3_ind...
stephan
2022-12-06
*
Add a demonstration sqlite3_vtab/module implemented in JS, based on ext/misc/...
stephan
2022-12-06