cberner / redb

An embedded key-value database in pure Rust
https://www.redb.org
Apache License 2.0
3.22k stars 147 forks source link

Query Example to pull data from redb #801

Closed robotlovecoffee closed 5 months ago

robotlovecoffee commented 5 months ago

This is more a question or idea. For those that do not have a Rust background having an example of how to pull a datafile from a local redb would be very helpful. I have been looking for a query tool that I could used but have not found any. Going to look to ramp up on Rust but that will be a slow path.

cberner commented 5 months ago

I'm not aware of any non-Rust implementations.