top | item 45588546

(no title)

glandium | 4 months ago

And, in fact, these implementations exist. At least in Rust, there's rqlite and turso.

discuss

order

otoolep|4 months ago

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.

[1] https://rqlite.io

[2] https://rqlite.io/docs/design/

[3] https://www.sqlite.org/testing.html