Changes

Jump to: navigation, search

SQLite Xerial JDBC From Source

332 bytes added, 19:11, 19 December 2011
no edit summary
** ''sqlite-jdbc/target/sqlite-jdbc-3.7.*.jar''
== SQlite SQLite addtions ==
* For a full list of compilation options see here [http://www.sqlite.org/compile.html]
* To add compilation options to sqlite:
** Edit ''Makefile'' in the repo root starting at Ln. 58
 
== SQLite Extensions ==
* To add extensions to sqlite at compile time:
* To add extensions to sqlite at cmd line:
** ''select load_extension("yourQuotedDllName.dll");''
** ''.load yourQuotedDllName.dll''
* To add extensions through the NexJ framework:
** ''m_appender.appendSQL("select load_extension('yourQuotedDllName.dll')");''

Navigation menu