Relative Content

Tag Archive for sqliterust

How to build Rust Rusqlite applications linking against custom SQLite builds on Windows?

I am new to Rust and Rusqlite, but I would like to use a custom-built SQLite library with Rusqlite bindings while building a Rust-coded database application. I am interested in both dynamic and static linking options. The Rusqlite README states that linking to SQLite is complicated on Windows and indicates that linking is possible via a vcpkg package but does not provide any further instructions (and I do not want to use vcpkg or any other “helper” anyway).