index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
README.md
Commit message (
Expand
)
Author
Age
*
Add a demonstration sqlite3_vtab/module implemented in JS, based on ext/misc/...
stephan
2022-12-06
*
Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downs...
stephan
2022-11-30
*
Rename some OPFS JS files. Prevent JS bindings of sqlite3_uri_...() from perf...
stephan
2022-11-30
*
Refactor a significant chunk of the OPFS sqlite3_vfs init code into sqlite3.V...
stephan
2022-11-30
*
Integrate a custom preprocessor to the JS build process to facilitate creatio...
stephan
2022-11-19
*
Update the dist rules for this evening's js/wasm build changes and include an...
stephan
2022-10-19
*
JS: add build-time-generated version info to the sqlite3.version object. Remo...
stephan
2022-10-16
*
Update ext/wasm/api/README.md to account for recent changes.
stephan
2022-10-04
*
js: implement a hand-written wrapper for sqlite3_create_function_v2() which c...
stephan
2022-10-02
*
Document the roles of the new (this past week) JS files added to the build pr...
stephan
2022-10-02
*
WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...
stephan
2022-09-27
*
Minor cleanups, reorgs, and doc updates for the JS APIs. Renamed sqlite3(-api...
stephan
2022-08-17
*
Minor wasm-related doc clarification and remove an obsolete code comment.
stephan
2022-08-12
*
wasm: document the role of sqlite3-wasm.c. Other minor doc updates.
stephan
2022-08-12
*
Wasm-related doc additions and tweaks.
stephan
2022-08-11