rqlite[1] author here. Just to be clear, rqlite is not SQLite but rewritten in Go. rqlite uses the vanilla C code, and calls it from Go[2]. I consider that an important advantage over other approaches -- rqlite gets all the benefits of rock-solid[3] SQLite. As result there are no questions about the quality of the database engine.
otoolep|4 months ago
[1] https://rqlite.io
[2] https://rqlite.io/docs/design/
[3] https://www.sqlite.org/testing.html