4 ms·
Sooo we’re building “SQLite for local-first development”, it’s here! Uses CRDTs, can be a partially replicated db, peer to peer networking and discovery. Bruin
by tevon 2y ago
Sooo we’re building “SQLite for local-first development”, it’s here! Uses CRDTs, can be a partially replicated db, peer to peer networking and discovery.
Bruinen.co
Shoot me a note if you want an early build! Or if interested in building with us :)
tevon [at] bruinen.co
- tazjin 2y agoUsing a closed-source DB is a hard sell.
- __MatrixMan__ 2y agoAgreed, especially for a local first app. Making the app work without an internet connection is step one. Making it reparable without an internet connection is step two. Step two is blocked if you can't keep the code for all of the app's dependencies near enough at hand such that its still accessible after the network partitions.