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 |
||
|---|---|---|
| .. | ||
| database_replay_generator.rs | ||
| database_sync_engine.rs | ||
| database_sync_engine_io.rs | ||
| database_sync_lazy_storage.rs | ||
| database_sync_operations.rs | ||
| database_tape.rs | ||
| errors.rs | ||
| io_operations.rs | ||
| lib.rs | ||
| server_proto.rs | ||
| sparse_io.rs | ||
| types.rs | ||
| wal_session.rs | ||