Changes

Jump to: navigation, search

SQLite Xerial JDBC From Source

48 bytes added, 22:13, 19 December 2011
no edit summary
== SQLite Extensions ==
* To add extensions to sqlite at compile time:
** Edit ''Makefile'' in the repo root starting and append ''-L./ -lyourDllName.dll'' at Ln.67
* To add extensions to sqlite at cmd line:
** ''select load_extension("yourQuotedDllName.dll");''

Navigation menu