[Requesting Help] LMDB Databases in Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • heed

    A fully typed LMDB wrapper with minimum overhead 🐦

  • It has a bunch of examples in the repo at https://github.com/Kerollmops/heed/tree/master/heed/examples which seem relevant to what you're looking for.

  • rkv

    A simple, humane, typed key-value storage solution.

  • Hello all. I'm having some issues using https://github.com/mozilla/rkv wrapper for LMDB database operations. I want to read a table called 'accounts' from a cryptocurrency's ledger database file (specifically the nano ledger). There is an example doing this in python here in the sample folder if it might help, but I can't translate much over myself that has proved useful.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nanodb-specification

    Nano ledger database format specification and Python sample

  • Hello all. I'm having some issues using https://github.com/mozilla/rkv wrapper for LMDB database operations. I want to read a table called 'accounts' from a cryptocurrency's ledger database file (specifically the nano ledger). There is an example doing this in python here in the sample folder if it might help, but I can't translate much over myself that has proved useful.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts