diff --git a/core/mvcc/README.md b/core/mvcc/README.md index fa279fcba..e48c3ac45 100644 --- a/core/mvcc/README.md +++ b/core/mvcc/README.md @@ -7,6 +7,7 @@ The aim of the project is to provide a building block for implementing database * Main memory architecture, rows are accessed via an index * Optimistic multi-version concurrency control +* Rust and C APIs ## Experimental Evaluation