mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
core: make storage:📟:PageRef public, because it is needed to implement trait Wal
This commit is contained in:
parent
8582a870fd
commit
9aedbf2d45
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue