core: Add multi-version store to Database

This commit is contained in:
Pekka Enberg 2025-03-06 09:17:18 +02:00
parent 96175cccf7
commit 461be0dc87
2 changed files with 15 additions and 0 deletions

View file

@ -37,6 +37,9 @@ pub mod database;
pub mod errors;
pub mod persistent_storage;
pub use clock::LocalClock;
pub use database::MvStore;
#[cfg(test)]
mod tests {
use crate::mvcc::clock::LocalClock;