enhancementhelp wanted
Repository metrics
- Stars
- (16,744 stars)
- PR merge metrics
- (平均マージ 23h 19m) (30d で 1 merged 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
tracingcrate - better development speed once we rewrite enough legacy code
- way lower threshold for new contributions