#sqlite #ffi #version #bundled #recent #bundle #hotbundle

libsqlite3-hotbundle

bundled libsqlite3 library

1 stable release

new 1.470200.0 Dec 14, 2024

#802 in Database interfaces

Download history 107/week @ 2024-12-09

107 downloads per month

MIT license

9MB
177K SLoC

C 177K SLoC // 0.3% comments Rust 138 SLoC // 0.0% comments Shell 17 SLoC // 0.1% comments

libsqlite3-hotbundle

A fork of libsqlite3-sys that bundles a more recent version of sqlite3.

Usage

In your Cargo.toml, include libsqlite3-hotbundle as a dependency alongside an application that otherwise uses libsqlite3-sys in non-bundled mode. The "hotbundle" will include a bundled version of the sqlite3 library that should then be chosen instead of the system's sqlite3 library or the version of the sqlite3 library that libsqlite3-sys would have bundled.

libsqlite3-hotbundle = "1.470200"
rusqlite = "0.32"

No runtime deps