Re: [sqlite] Embedded Javascript for User-defined Functions

2014-03-25 Thread noel.frankinet
Le 25/03/2014 13:20, Mike Parsons a écrit : There is a lua+sqlite shell somewhere, it could fit the bill ? Has anyone embedded a javascript engine (like http://duktape.org/) in sqlite or vice versa to allow creating user defined functions in javascript? Any pointers would be helpful __

Re: [sqlite] Embedded Javascript for User-defined Functions

2014-03-25 Thread Stephan Beal
On Tue, Mar 25, 2014 at 1:20 PM, Mike Parsons wrote: > Has anyone embedded a javascript engine (like http://duktape.org/) in > sqlite or vice versa to allow creating user defined functions in > javascript? > Any pointers would be helpful > AFAIK i was the first person to release Open Source JS

Re: [sqlite] Embedded Javascript for User-defined Functions

2014-03-25 Thread Stephan Beal
On Tue, Mar 25, 2014 at 2:29 PM, Stephan Beal wrote: > http://spiderape.sourceforge.net/plugins/sqlite/ > PS: more to the point of your question: that first binding supported both normal and aggregate SQL-side functions implemented in JS, but the second binding never added that support (simply f

[sqlite] Embedded Javascript for User-defined Functions

2014-03-25 Thread Mike Parsons
Has anyone embedded a javascript engine (like http://duktape.org/) in sqlite or vice versa to allow creating user defined functions in javascript? Any pointers would be helpful ___ sqlite-users mailing list [email protected] http://sqlite.org:8080/