Skip to content

An embedded, in-memory, immutable, copy-on-write, key-value database engine

License

Notifications You must be signed in to change notification settings

surrealdb/echodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17b41ae · Feb 20, 2025

History

43 Commits
Feb 20, 2022
Feb 20, 2025
Jan 12, 2022
Jan 12, 2022
Jan 12, 2022
Feb 20, 2022
Jan 12, 2022
Feb 20, 2025
Feb 20, 2025
Jan 12, 2022
Feb 20, 2022
Apr 8, 2022
Mar 26, 2023

EchoDB Logo EchoDB Logo

An embedded, in-memory, immutable, copy-on-write, key-value database engine.


     

Features

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