mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 15:34:19 +01:00
core/io: Untie MemoryIO's lifetime of the IO layer
This commit is contained in:
@@ -177,7 +177,7 @@ impl limbo_core::IO for IO {
|
||||
todo!();
|
||||
}
|
||||
|
||||
fn get_memory_io(&self) -> Option<Arc<limbo_core::MemoryIO>> {
|
||||
todo!()
|
||||
fn get_memory_io(&self) -> Arc<limbo_core::MemoryIO> {
|
||||
Arc::new(limbo_core::MemoryIO::new())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user