/ Published in: SQL

This shows how to load an extension into sqlite3.
Expand |
Embed | Plain Text
SQLite version 3.7.10 2012-01-16 13:28:40 Enter ".help" FOR instructions Enter SQL statements terminated WITH a ";" sqlite> SELECT load_extension('libsqlitefunctions.so');
You need to login to post a comment.