tursodatabase/libsql

Simplify sqlite3mc build

Ouverte

#1 028 ouverte le 14 févr. 2024

 (1 commentaire) (0 réaction) (0 personne assignée)C (490 forks)batch import
encryption at restenhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (16 744 étoiles)
Métriques de merge PR
 (Merge moyen 23h 19m) (1 PR mergée en 30 j)

Description

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.

Guide contributeur