←back to thread

216 points todsacerdoti | 1 comments | | HN request time: 0.207s | source
Show context
Animats ◴[] No.43111337[source]
I wish someone would finish a decent database in Rust. At least get it to 1.0 stable and go on from there.

- Limbo: "Limbo is a work-in-progress..."

- Sled [1]. Not sure what's going on there. Last release 3 years ago, but a constant stream of "alpha" versions that never get released.

SQLite with Rust bindings seems to be the go-to system. Depending on C packages is often a headache when cross-compiling, though.

[1] https://crates.io/crates/sled/

replies(6): >>43111479 #>>43111692 #>>43111934 #>>43112102 #>>43113368 #>>43138877 #
1. anarki8 ◴[] No.43138877[source]
redb is what are you looking for

https://github.com/cberner/redb