Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phartenfeller/sveltekit-sqlite-offline-app
Offline usable SvelteKit data app. Uses SQLite3 WASM with the Origin-Private-File-System (OPFS).
https://github.com/phartenfeller/sveltekit-sqlite-offline-app
offline pwa sqlite sqlite-wasm sveltekit
Last synced: about 12 hours ago
JSON representation
Offline usable SvelteKit data app. Uses SQLite3 WASM with the Origin-Private-File-System (OPFS).
- Host: GitHub
- URL: https://github.com/phartenfeller/sveltekit-sqlite-offline-app
- Owner: phartenfeller
- Created: 2023-04-04T09:35:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T09:51:37.000Z (over 1 year ago)
- Last Synced: 2025-01-06T02:19:33.694Z (7 days ago)
- Topics: offline, pwa, sqlite, sqlite-wasm, sveltekit
- Language: JavaScript
- Homepage:
- Size: 978 KB
- Stars: 39
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit + SQLite3 Offline App
## YouTube Tutorials
- [Part 1: Init SQLite WebAssembly build](https://youtu.be/Uvnzwp72Ze8)
- [Part 2: MessageBus and Client Tables](https://youtu.be/dgojvNpk__c)
- [Part 3: Save Data on the Client](https://youtu.be/QAi2SZm6lxE)
- [Part 4: Query Offline Data](https://youtu.be/xDCUp9Oms8I)https://github.com/jpwhite3/northwind-SQLite3