1
edit
Changes
→SQLite Extensions
== SQLite Extensions ==
* Any dll loaded through xerial must match your systems current platform and architecture, eg: win-x64
* To add extensions to sqlite at compile time: '''!!!HAS NOT WORKED YET!!!'''
** Edit ''Makefile'' in the repo root starting and append ''-L./ -lyourDllName.dll'' at Ln.67
* To add extensions through the NexJ framework:
** ''m_appender.appendSQL("select load_extension('yourQuotedDllName.dll')");''