limbo/cli
Jorge López 2596e0800e
core: expose UnixIO apart from PlatformIO on any Unix, and expose UringIO on Linux with feature io_uring.
cli: add a new argument to select I/O backend (more than one option only for Linux with io_uring feature).

cli: make both Limbo::new() and Limbo::open_db() use get_io(), unifying parsing of database path and eliminating duplicated code.
2025-01-11 15:21:26 +01:00
..
app.rs core: expose UnixIO apart from PlatformIO on any Unix, and expose UringIO on Linux with feature io_uring. 2025-01-11 15:21:26 +01:00
Cargo.toml cli: Add io_uring feature to match core 2025-01-11 15:03:26 +01:00
import.rs Fix import csv failing when single quote is in string 2025-01-11 13:48:21 +05:30
main.rs Feat: Import csv support 2025-01-03 15:20:22 +05:30
opcodes_dictionary.rs fix: lint warnings 2024-07-08 22:43:11 +05:30