Hacker News new | ask | show | jobs
by free-ekanayaka 2997 days ago
I'm working towards a 1.0 release. At that point documentation will be more complete and the plumbing needed to use it in an app should be also reduced.

I think the best explanation of why you'd use it over PG or MySQL is the same as why you'd use SQLite over them:

https://www.sqlite.org/whentouse.html

With dqlite you also get HA, fault-tolerance and transparent failover, if you're willing to trade it with a bit of performance.