mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
Use the same rusqlite version in every crate and use a bundled up-to- date sqlite version (the impetus for this PR is still me trying to figure out why sqlite in the insert benchmark doesn't seem to be fsyncing, even when instructed) Closes #2507
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture