Are there any embedded databases that have multiple-process support?

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. heed

    Fully typed LMDB wrappers with minimum overhead 🐦

    LMDB support multiple readers and one writer at the same time. It is ensured by the library. Note that LMDB is a key-value store. You can use the heed library which is the most maintained Rust wrapper.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. lmdb-rs

    Discontinued INACTIVE - Safe Rust bindings for LMDB (by mozilla)

    I've been happy with lmdb-rkv in general, but if you choose it you should know it has a soundness bug: https://github.com/mozilla/lmdb-rs/issues/79 Took me a day to figure that one out.

  4. sled

    the champagne of beta embedded databases

    I'm not sure what you need. Are these of any use? https://github.com/meilisearch/heed https://github.com/spacejam/sled

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

  • Sled: An Embedded Database in Rust

    1 project | news.ycombinator.com | 13 Dec 2024
  • SableDb – a key/value store that uses RocksDB and Redis API (written in Rust)

    3 projects | news.ycombinator.com | 4 Apr 2024
  • RFC: redb (embedded key-value store) nearing version 1.0

    6 projects | /r/rust | 10 May 2023
  • Best local database that works on all platforms including web?

    6 projects | /r/FlutterDev | 2 Mar 2023
  • Ask HN: Serverless” key value store with transactions?

    1 project | news.ycombinator.com | 23 Sep 2022