Our great sponsors
-
-
It doesn't appear to be doing much more than replication though. https://litestream.io does that for sqlite already. They seem to have more "distributed" ideas in their roadmap for v3 maybe.
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
You can already store and sync issues in git repo metadata, check out git-bug: https://github.com/MichaelMure/git-bug
-
Check out dqlite, it's sqlite but with a raft consensus to distribute changes through a log: https://dqlite.io/ You can link it in as a library too, it sounds like exactly what you want.