tursodatabase/libsql

Implement modernized CLI (Rust)

Open

#137 aberto em 5 de mar. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C (490 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (16.744 stars)
Métricas de merge de PR
 (Mesclagem média 23h 19m) (1 fundiu PR em 30d)

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

Guia do colaborador