Changes

Jump to: navigation, search

SQLite Xerial JDBC From Source

16 bytes added, 17:50, 16 January 2012
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')");''
** Note the dll must match your systems current platform and architecture, eg: win-x64

Navigation menu