sqlite-rs 0.3.0

SQLite reader in pure Rust
Documentation
sqlite-rs-0.3.0 has been yanked.

sqlite-rs

SQLite library in pure Rust and no dependencies (Under Development)

Run sqlite-rs tool

nix-shell
cargo run

Run tests

nix-shell
cargo test -- --nocapture --test-threads=1

Run example sqlite_info

nix-shell
cargo run --release --target=$(arch)-unknown-linux-musl --example sqlite_info

Live sessions

Roadmap

  • SQLite Header parsing
  • Log using RUST_LOG env var
  • sqlite-rs cli tool
  • Pager
  • Read tables
  • Read table schema
  • Read table rows
  • TBD