Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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