limbo/sqlite3
Pere Diaz Bou 97dd95abea core: change Rc<RefCell<Page>> to Arc<Page>
This includes an inner struct in Page wrapped with Unsafe cell to access
it. This is done intentionally because concurrency control of pages is
handled by pages and not by the page itself.
2024-12-13 13:09:13 +01:00
..
examples sqlite3: Fix example program 2024-05-08 07:19:57 -03:00
include Commit updated Cargo.lock and sqlite3.h 2024-08-15 19:42:10 +03:00
src core: change Rc<RefCell<Page>> to Arc<Page> 2024-12-13 13:09:13 +01:00
tests feat: add round scalar function 2024-07-21 10:29:30 +02:00
build.rs Initial pass on SQLite C ABI 2024-05-08 07:05:56 -03:00
Cargo.toml sqlite3: Disable env_logger default features 2024-11-16 09:47:12 +02:00
cbindgen.toml Initial pass on SQLite C ABI 2024-05-08 07:05:56 -03:00