tursodatabase/libsql

Simplify sqlite3mc build

开放

#1,028 创建于 2024年2月14日

 (1 条评论) (0 个反应) (0 位负责人)C (490 个派生)batch import
encryption at restenhancementgood first issuehelp wanted

仓库指标

星标
 (16,744 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

We currently build sqlite3mc by invoking its cmake-based build, which makes the build more complicated, especially when cross-compiling. Let's look into switching to using the cc crate from libsql-ffi/build.rs instead to simplify the build.

贡献者指南