tursodatabase/libsql

Simplify sqlite3mc build

Open

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

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C (490 fork)batch import
encryption at restenhancementgood first issuehelp wanted

仓库指标

Star
 (16,744 star)
PR 合并指标
 (平均合并 23小时 19分钟) (30 天内合并 1 个 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.

贡献者指南