tursodatabase/libsql

Implement modernized CLI (Rust)

Open

#137 ouverte le 5 mars 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C (490 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (16 744 stars)
Métriques de merge PR
 (Merge moyen 23h 19m) (1 PR mergée en 30 j)

Description

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

Guide contributeur