mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-06 11:28:30 -05:00
[PR #7057] Allow SQLite to be linked against dynamically #12772
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/7057
Author: @ISSOtm
Created: 4/6/2026
Status: 🔄 Open
Base:
main← Head:dyn-sqlite📝 Commits (1)
c8e1202Allow SQLite to be linked against dynamically📊 Changes
2 files changed (+12 additions, -10 deletions)
View changed files
📝
Cargo.toml(+6 -4)📝
build.rs(+6 -6)📄 Description
Keeping the default behaviour of SQLite being built statically, so as not to break anyone's workflow, but allowing for downstream packagers to link dynamically against SQLite (where it's fine because that's the point of package managers).
Note that SQLite is still not enabled by default, thanks to the
?operator.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.