I'm using Manjaro Linux KDE and use the GUI package manager to install software most of the time. I have SQLite 3.39.2-2 installed and the SQLite Tcl extension. ICU 71.1-1 (International Components for Unicode) was installed as a dependecy of other software.
Is it possible to use ICU in SQLite run in Tcl scripts with these packages as they are now, or must SQLite be compiled with the SQLITE_ENABLE_ICU flag?
It appears that the enable_load_extension method must be turned on and the the SQL function load_extension can be used. However, there are a few warnings there about security and setting some PRAGMA statements.
Would you please explain the proper/secure method of doing so, if possible?
Thank you.