Open wkingnet opened 1 week ago
Not a sqlitecpp issue.
The actual task is to make sqlcipher
a proper port instead of a windows & !uwp & !static
hack.
If this is feasible at all, given potential conflicts with port sqlite3
.
Not a sqlitecpp issue. The actual task is to make
sqlcipher
a proper port instead of awindows & !uwp & !static
hack. If this is feasible at all, given potential conflicts with portsqlite3
.
I guess if sqlitecpp[sqlcipher]:x86(64)-windows can do it, then sqlitecpp[sqlcipher]:x86(64)-windows-static should be able to do it too. But I don't know much about vcpkg and don't know how to modify it.
Is your feature request related to a problem? Please describe.
now has port:
sqlitecpp can be installed as x86(64)-windows-static, but sqlitecpp[sqlcipher] can only be installed as x86(64)-windows.
Without sqlcipher feature, the database is not encrypted and is unsafe, Is it possible to add sqlitecpp[sqlcipher]:x86(64)-windows-static feature?
Proposed solution
Is it possible to add sqlitecpp[sqlcipher]:x86(64)-windows-static feature?
Describe alternatives you've considered
No response
Additional context
No response