tursodatabase/libsql

Simplify sqlite3mc build

Aberta

#1.028 aberto em 14 de fev. de 2024

 (1 comentário) (0 reação) (0 responsável)C (490 forks)batch import
encryption at restenhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (16.744 estrelas)
Métricas de merge de PR
 (Mesclagem média 23h 19m) (1 fundiu PR em 30d)

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.

Guia do colaborador