
Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?
Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?
Is there a possibility to use https://github.com/utelle/SQLite3MultipleCiphers to replace the sqlite3 currently in use? 

Re: Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?
Have you tried the dll?
Re: Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?
Yes, I tried to use the DLL compiled by VS2019 community edition, it can work very well in pb5.73, so I have reason to believe that it should also work in PB6, in fact, I would like to be able to use its static directly in PB library version.
As introduced on the purebasic homepage " No external DLLs, runtime interpreter or anything else required when creating executables"
Re: Is there a possibility to use Sqlite3MC to replace the sqlite3 currently in use?
If you want something special, you need something specialAs introduced on the purebasic homepage " No external DLLs, runtime interpreter or anything else required when creating executables"

The sentence is valid for all stuff you can do native with PB and not for special wishes.