tursodatabase/libsql

Implement modernized CLI (Rust)

Open

#137 geöffnet am 5. März 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (490 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (16.744 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 23h 19m) (1 gemergte PR in 30 T)

Beschreibung

The rusqlite already allows linking to a custom build of sqlite/libsql. We use it in tests, but let's go a step further and build a full replacement for the existing CLI in Rust. Pros:

  • easy integration with lots of tools with superior DX, e.g. the tracing crate
  • better development speed once we rewrite enough legacy code
  • way lower threshold for new contributions

Contributor Guide