mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
304 stars 52 forks source link

WIP Sqlite backend #240

Open jrmuizel opened 2 months ago

jrmuizel commented 2 months ago

This doesn't cursors or any of the optional features. It also only has a connection pool of size 1 which limits reader parallelism.

It has to do a bit of gymnastics to implement some of the LMDBisms of the API