Skip to content

Update sqlite3 and sqlite3_web, deprecate flush parameter#153

Open
simolus3 wants to merge 2 commits into
mainfrom
update-sqlite-web
Open

Update sqlite3 and sqlite3_web, deprecate flush parameter#153
simolus3 wants to merge 2 commits into
mainfrom
update-sqlite-web

Conversation

@simolus3

@simolus3 simolus3 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This updates sqlite3 and sqlite3_web dependencies. Mainly, these updates improve IndexedDB support to always batch up changes made during a writeLock call and commit them in the end in a single IndexedDB transaction. Because that is more efficient, sqlite3_web will also auto-flush writes to IndexedDB at the end of writeLock calls. Thus, the flush parameter is no longer necessary and we can mark it as deprecated.

@simolus3 simolus3 requested a review from Chriztiaan July 14, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant