libsqlite3-hotbundle

Crates.iolibsqlite3-hotbundle
lib.rslibsqlite3-hotbundle
version1.500400.0
created_at2024-12-14 21:54:05.316452+00
updated_at2025-08-23 12:18:19.423232+00
descriptionbundled libsqlite3 library
homepage
repositoryhttps://github.com/mumbleskates/libsqlite3-hotbundle
max_upload_size
id1483457
size10,019,298
Kent Ross (mumbleskates)

documentation

README

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.500400"
rusqlite = "0.35"

Versioning

This crate uses the sqlite release bundle versioning, which is a big number that is the whole sqlite3 library version strung together. A sqlite3 release numbered "3.45.6" would be numbered 3450600, which would become 1.450600.0 in this crate.

Commit count: 2556

cargo fmt