0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-18 03:49:07 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
81ab90628b libsql-sys: fix path to sqlite3.c in build.rs 2023-11-06 16:17:59 -05:00
12a160fef8 copy bindgen file to outdir 2023-11-02 21:21:51 -04:00
25d23966b2 Remove precompiled libs and make bindgen optional 2023-11-02 20:38:07 -04:00
e6f9510534 add missing flags to libsql-sys configure 2023-11-02 16:46:18 +01:00
dea848b9cc libsql-sys: link the static library if precompiled 2023-11-01 10:29:06 -04:00
e9ecccb2c2 libsql-sys: copy build artifacts from ../libsql-sqlite3 if present 2023-11-01 10:29:06 -04:00
435b2c6c5b libsql-sys: pregenerate bindings
Unless LIBSQL_REGENERATE_BINDINGS env variable is set during build time,
pregenerated bindgen.rs file will be used instead.
2023-11-01 10:29:06 -04:00
a9481c8326 remove unused deps 2023-10-30 17:26:20 +01:00
0012ae05c2 fix tests 2023-10-30 17:26:18 +01:00
661377e32a add libsql-sys session feature 2023-10-20 11:31:30 +02:00
866a26c54f fmt 2023-10-20 11:31:30 +02:00
c8fddeb0df use rusqlite bingen for libsql-sys 2023-10-20 11:31:28 +02:00
07782b2263 move crates to root 2023-10-16 09:06:25 -07:00