mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
core: Move pager.rs to storage module
This commit is contained in:
parent
7abc48303f
commit
f8a43361db
12 changed files with 18 additions and 20 deletions
|
@ -1,4 +1,6 @@
|
|||
pub(crate) mod btree;
|
||||
pub(crate) mod pager;
|
||||
pub(crate) mod sqlite3_ondisk;
|
||||
|
||||
#[cfg(feature = "fs")]
|
||||
use crate::io::File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue