limbo/core/storage
Pere Diaz Bou e4a8ee5402 move load extensions to Connection
Extensions are loaded per connection and not per database as per SQLite
behaviour. This also helps with removing locks.
2025-03-05 14:07:48 +01:00
..
btree.rs move load extensions to Connection 2025-03-05 14:07:48 +01:00
buffer_pool.rs core: Move buffer_pool.rs to storage module 2024-08-01 11:53:14 +03:00
database.rs move load extensions to Connection 2025-03-05 14:07:48 +01:00
mod.rs Minor improvements and cleanups in btree 2025-03-01 15:48:42 -05:00
page_cache.rs rm log, switch all to tracing 2025-02-11 09:03:36 -04:00
pager.rs Make database Sync + Send 2025-03-05 14:07:48 +01:00
sqlite3_ondisk.rs Make database Sync + Send 2025-03-05 14:07:48 +01:00
wal.rs Make database Sync + Send 2025-03-05 14:07:48 +01:00