tursodatabase/libsql

Implement modernized CLI (Rust)

Open

#137 aperta il 5 mar 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C (490 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (16.744 star)
Metriche merge PR
 (Merge medio 23h 19m) (1 PR mergiata in 30 g)

Descrizione

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

Guida contributor