tursodatabase/libsql

Implement modernized CLI (Rust)

开放

#137 创建于 2023年3月5日

 (0 条评论) (0 个反应) (0 位负责人)C (490 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (16,744 个星标)
PR 合并指标
 (平均合并 23小时 19分钟) (30 天内合并 1 个 PR)

描述

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

贡献者指南