[sqlite] extension development

2015-11-25 Thread Charles Leifer
You could create a virtual table and use insert statements to generate new functions. Not sure if that's actually any better though. On Nov 25, 2015 3:10 PM, "Abilio Marques" wrote: > Hi, > > I've finished a version of an extension that let's you define new SQL > functions using JavaScript, > > h

[sqlite] extension development

2015-11-25 Thread Abilio Marques
Hi, I've finished a version of an extension that let's you define new SQL functions using JavaScript, https://github.com/abiliojr/sqlite-js But I have 2 questions to see if someone can give me ideas: 1. So far, to call the function that defines new function, I'm using SELECT, e.g., ?? SELECT