mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01:00
Give the user the option of choosing IO backend. There is only a "syscall" backend, unless built for Linux with `#[cfg(feature = "io_uring")]` which introduces `--io=io-uring`. Right now, the choice has only been implemented for the CLI. Bindings and such default to PlatformIO, except when an "in-memory" database has been chosen. Can be tested by running CLI with RUST_LOG=debug Reviewed-by: Preston Thorpe <preston@unlockedlabs.org> Closes #654