Hacker News new | ask | show | jobs
by joshbuddy 1602 days ago
I'm working on an offline/delayed syncing sqlite that deals with conflicts. It uses last-write-win for conflict resolution, the target audience is small sql databases you want replicated among a small group of people.

If it sounds like something that might be useful to you, I'd love to talk about your needs.

2 comments

Looking for solution as well. I want a p2p solution where users can "subscribe" to a public SQLite database and received signed blocks/wal from the swarm. Edits would go into a distributed mempool to be signed by the key owner.
Yes that would pretty much fit my requirements. Feel free to email me at p <at> atrifle <dot> net.