mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
core: Add multi-version store to Database
This commit is contained in:
parent
96175cccf7
commit
461be0dc87
2 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue