load Extension
Add an sqlite3 extension to load
library_name should be the name of the library without any extension, for example libmozsqlite3
. entrypoint should be the entry point, for example sqlite3_fts5_init
. If null
(the default) entry point will be used (see https://sqlite.org/loadext.html for details).