GitXplorerGitXplorer
s

echodb

public
136 stars
11 forks
1 issues

Commits

List of commits on branch main.
Unverified
e2af3ce86650ee516b55b6634b4c04c8ff4f184b

Release 0.7.0

ttobiemh committed 3 months ago
Unverified
d125381457efbb636c470fdb488efd1f084773cf

Update 3rd party dependencies

ttobiemh committed 3 months ago
Unverified
fb6b91acdad2185fd42c567243323dfcd63d186f

Add `Tx::keys` function for key iteration only

ttobiemh committed 3 months ago
Unverified
79c7b5599ff35803348e29b0f931baba9b0a4002

Release 0.6.0

ttobiemh committed 5 months ago
Unverified
1730cf57c2e47541a29e3fabd49ce230c9e656dd

Use inplace value insertion for improved performance

ttobiemh committed 5 months ago
Unverified
dfce56c52f9e0d426e23c3fee79eba6db216b43e

Improve documentation

ttobiemh committed 5 months ago

README

The README file for this repository.

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