Profile avatar
leozeba.bsky.social
4 posts 41 followers 94 following
comment in response to post
That's wonderful!
comment in response to post
That's perfect! 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!
comment in response to post
we've done something like this at memori.as with 3 sqlite databases per account. - 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