mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Expose memoryIO from limbo_core
This commit is contained in:
parent
49f8429cc0
commit
89819eebf6
2 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,7 @@ pub type Result<T> = std::result::Result<T, error::LimboError>;
|
|||
pub use io::OpenFlags;
|
||||
#[cfg(feature = "fs")]
|
||||
pub use io::PlatformIO;
|
||||
pub use io::{Buffer, Completion, File, WriteCompletion, IO};
|
||||
pub use io::{Buffer, Completion, File, MemoryIO, WriteCompletion, IO};
|
||||
pub use storage::buffer_pool::BufferPool;
|
||||
pub use storage::database::DatabaseStorage;
|
||||
pub use storage::pager::Page;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue