mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 11:14:21 +01:00
core: make storage:📟:PageRef public, because it is needed to implement trait Wal
This commit is contained in:
@@ -42,6 +42,7 @@ use storage::btree::btree_init_page;
|
||||
use storage::database::FileStorage;
|
||||
use storage::page_cache::DumbLruPageCache;
|
||||
use storage::pager::allocate_page;
|
||||
pub use storage::pager::PageRef;
|
||||
use storage::sqlite3_ondisk::{DatabaseHeader, DATABASE_HEADER_SIZE};
|
||||
pub use storage::wal::WalFile;
|
||||
pub use storage::wal::WalFileShared;
|
||||
|
||||
Reference in New Issue
Block a user