Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
capacitor-community
/
sqlite
Public
Notifications
You must be signed in to change notification settings
Fork
159
Star
662
Code
Issues
33
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(web)!: replace the jeep-sqlite web implementation with @sqlite.org/sqlite-wasm + OPFS
- #694
#694
Open
kklem0
wants to merge 27 commits into
capacitor-community:master
capacitor-community/sqlite:master
from
kklem0:feat/web-sqlite-wasm
kklem0/sqlite:feat/web-sqlite-wasm
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
feat(web)!: replace the jeep-sqlite web implementation with @sqlite.org/sqlite-wasm + OPFS
#694
kklem0
wants to merge 27 commits into
capacitor-community:master
capacitor-community/sqlite:master
from
kklem0:feat/web-sqlite-wasm
kklem0/sqlite:feat/web-sqlite-wasm
Copy head branch name to clipboard
Commits
Commits on Aug 1, 2026
build(web): add @sqlite.org/sqlite-wasm and the vitest browser toolchain
Show description for 3990622
kklem0
committed
3990622
View commit details
Copy full SHA for 3990622
Browse repository at this point
feat(web): replace the jeep-sqlite shim with an in-repo sqlite-wasm engine
Show description for ab7752f
kklem0
committed
ab7752f
View commit details
Copy full SHA for ab7752f
Browse repository at this point
test(web): cover the core method set on both durability tiers
Show description for a3c9f8c
kklem0
committed
a3c9f8c
View commit details
Copy full SHA for a3c9f8c
Browse repository at this point
fix(web): namespace the tier-2 image store by pool name
Show description for 267e773
kklem0
committed
267e773
View commit details
Copy full SHA for 267e773
Browse repository at this point
build(web): add fflate for zip asset support
Show description for eede810
kklem0
committed
eede810
View commit details
Copy full SHA for eede810
Browse repository at this point
feat(web): port the JSON import and export pipeline
Show description for f94a13f
kklem0
committed
f94a13f
View commit details
Copy full SHA for f94a13f
Browse repository at this point
feat(web): port sync tables and the sql_deleted soft delete
Show description for a479177
kklem0
committed
a479177
View commit details
Copy full SHA for a479177
Browse repository at this point
feat(web): port copyFromAssets, getFromHTTPRequest and the local disk flows
Show description for 828ea93
kklem0
committed
828ea93
View commit details
Copy full SHA for 828ea93
Browse repository at this point
test(web): cover the JSON, sync, asset and local disk ports
Show description for 9604f40
kklem0
committed
9604f40
View commit details
Copy full SHA for 9604f40
Browse repository at this point
ci: install Playwright Chromium before the web verify step
Show description for 4008d3e
kklem0
committed
4008d3e
View commit details
Copy full SHA for 4008d3e
Browse repository at this point
feat(web): migrate databases out of the jeep-sqlite store on first boot
Show description for 08c9128
kklem0
committed
08c9128
View commit details
Copy full SHA for 08c9128
Browse repository at this point
test(web): cover the jeep-sqlite migration with a real jeep fixture
Show description for 6113810
kklem0
committed
6113810
View commit details
Copy full SHA for 6113810
Browse repository at this point
build(web): drop the jeep-sqlite dependency and the stale bundler externals
Show description for 4218f4b
kklem0
committed
4218f4b
View commit details
Copy full SHA for 4218f4b
Browse repository at this point
docs(web): replace the jeep-sqlite setup with the worker and wasm story
Show description for a9edab8
kklem0
committed
a9edab8
View commit details
Copy full SHA for a9edab8
Browse repository at this point
docs: add the 8.2.0 web engine release notes
Show description for ddd071d
kklem0
committed
ddd071d
View commit details
Copy full SHA for ddd071d
Browse repository at this point
fix(web)!: enable foreign key enforcement on every connection
Show description for b78ef16
kklem0
committed
b78ef16
View commit details
Copy full SHA for b78ef16
Browse repository at this point
fix(web): repair the soft-delete rewrite for quotes, literals, OR and RETURNING
Show description for 44f810b
kklem0
committed
44f810b
View commit details
Copy full SHA for 44f810b
Browse repository at this point
feat(web): propagate a soft delete along foreign keys
Show description for d35fe8c
kklem0
committed
d35fe8c
View commit details
Copy full SHA for d35fe8c
Browse repository at this point
feat(web): move IndexedDB databases into OPFS when the browser gains it
Show description for 5b551e2
kklem0
committed
5b551e2
View commit details
Copy full SHA for 5b551e2
Browse repository at this point
feat(web): follow the app in and out of the background, with a worker restart
Show description for d319e51
kklem0
committed
d319e51
View commit details
Copy full SHA for d319e51
Browse repository at this point
fix(web): name the real cause when the worker fails to load
Show description for 45f4535
kklem0
committed
45f4535
View commit details
Copy full SHA for 45f4535
Browse repository at this point
fix(web): keep the caller's connection open across importFromJson overwrite
Show description for 2504c1e
kklem0
committed
2504c1e
View commit details
Copy full SHA for 2504c1e
Browse repository at this point
docs(web): document the cascade, tier promotion and backgrounding
Show description for 8ab9831
kklem0
committed
8ab9831
View commit details
Copy full SHA for 8ab9831
Browse repository at this point
docs(web): state the tier 2 conditions, market share, and why the tier stays
kklem0
committed
59293be
View commit details
Copy full SHA for 59293be
Browse repository at this point
fix(web): serialise pauseWebStore against resumeWebStore
Show description for d60950c
kklem0
committed
d60950c
View commit details
Copy full SHA for d60950c
Browse repository at this point
fix(web): read a worker that answers with HTML as a bundler failure
Show description for 08141bb
kklem0
committed
08141bb
View commit details
Copy full SHA for 08141bb
Browse repository at this point
docs(web): correct the bundler story for serving the worker
Show description for 5149665
kklem0
committed
5149665
View commit details
Copy full SHA for 5149665
Browse repository at this point
You can’t perform that action at this time.