SQLite Forum

Precompiled sqlite3.dll with sqlite3_user_authenticate
Login
Hi there,

I was asked for supporting password protected SQLite databases in HeidiSQL. So I read about the `SQLITE_USER_AUTHENTICATION` compile time option and the `sqlite3_user_authenticate()` interface here: https://www.sqlite.org/src/doc/trunk/ext/userauth/user-auth.txt .

As I'm a bit stuck here, I'd like to ask whether there are precompiled dlls out there which already include this extension?

HeidiSQL itself is developed in Delphi, so I cannot link the C++ library code statically.

Regards,
Anse