On 23 Nov 2015, at 1:02pm, Stephan Beal <sgbeal at googlemail.com> wrote:

> On Mon, Nov 23, 2015 at 1:57 PM, Bruce Hohl <brucehohl at gmail.com> wrote:
> 
>> www.sqlite.org/loadext.html states that: "Loadable extensions are C-code."
>> Can someone confirm this please.
> 
> pedantically speaking: the _entry point_ for the extension is C. The
> implementation may be in any language.

Here, for example, is how to create an external function written in PHP for use 
when using the SQLite3 interface from PHP.

<http://php.net/manual/en/function.sqlite-create-function.php>

It's up to whoever wrote the 'shim' to a language to implement 
sqlite3_create_function_v2() in their shim.

Simon.

Reply via email to