tursodatabase/libsql

Simplify sqlite3mc build

Offen

#1.028 geöffnet am 14.02.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C (490 Forks)batch import
encryption at restenhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (16.744 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 23h 19m) (1 gemergte PR in 30 T)

Beschreibung

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.

Contributor Guide