mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
Few small tweaks in SDKs: 1. Export `ConnectionSync` type from Python SDK 2. Remove dependency on `conn_raw_api` and corresponding methods from rust bindings - no one use them so let's drop support for this feature completely 3. Add Waker dependency in the sdk-kit in order to integrate it later to rust bindings 4. Add io_uring feature to the sdk-kit Closes #4284 |
||
|---|---|---|
| .. | ||
| fuzz | ||
| integration | ||
| Cargo.toml | ||
| lib.rs | ||
| README.md | ||
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture