limbo/core/storage
Zaid Humayun 4312d371fb addresses comment https://github.com/tursodatabase/limbo/pull/1548#discussion_r2102606810 by @jussisaurio
this commit changes the btree_destroy() signature to return an Option<usize>. This more closely resembles Rust semantics instead of passing a pointer to a usize.
However, I'm unsure if I'm handling the cursor result correctly
2025-05-23 00:46:05 +05:30
..
btree.rs addresses comment https://github.com/tursodatabase/limbo/pull/1548#discussion_r2102606810 by @jussisaurio 2025-05-23 00:46:05 +05:30
buffer_pool.rs core: Move buffer_pool.rs to storage module 2024-08-01 11:53:14 +03:00
database.rs Fix dumb clippy errors 2025-04-13 11:10:06 -03:00
mod.rs Minor improvements and cleanups in btree 2025-03-01 15:48:42 -05:00
page_cache.rs clippy 2025-05-21 15:27:15 +02:00
pager.rs cacheflush clear cache 2025-05-21 14:20:11 +02:00
sqlite3_ondisk.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
wal.rs fix some issues about page_size 2025-04-28 16:13:07 +08:00