Skip to content

An embedded, in-memory, lock-free, transaction-based, key-value database engine

License

Notifications You must be signed in to change notification settings

surrealdb/memodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84d0606 · Mar 25, 2025

History

72 Commits
Apr 3, 2024
Mar 25, 2025
Apr 2, 2024
Apr 2, 2024
Apr 2, 2024
Apr 2, 2024
Apr 2, 2024
Mar 25, 2025
Mar 25, 2025
Apr 2, 2024
Feb 24, 2025
Apr 2, 2024
Apr 2, 2024

MemoDB Logo MemoDB Logo

An embedded, in-memory, lock-free, transaction-based, key-value database engine.


     

Features

  • In-memory database
  • Multi-version concurrency control
  • Rich transaction support with rollbacks
  • Multiple concurrent readers without locking
  • Multiple concurrent writers without locking
  • Support for serializable, snapshot isolated transactions
  • Atomicity, Consistency and Isolation from ACID