For my applications, I rely on object storage as the single source of truth. Each user has their own S3 prefix and SQLite database, with downloadable WebAssembly (WASM) business logic.
Works like a charm!
For my applications, I rely on object storage as the single source of truth. Each user has their own S3 prefix and SQLite database, with downloadable WebAssembly (WASM) business logic.
Works like a charm!
- private data is local first and synced to private.db
- friend groups write data to shared.db (to, from) with read-only access to everyone in from list
- public.db is for everyone
- ui handle data from all databases
- private data is local first and synced to private.db
- friend groups write data to shared.db (to, from) with read-only access to everyone in from list
- public.db is for everyone
- ui handle data from all databases