I did speak about stored procedures compiled into native SQLite opcodes.

P.S. I did see
1) the compiler (from C# or other language, I'm not sure) into SQLite opcodes
2) stored procedures realization for SQLite 2.x.


2010/5/2 Simon Slavin <slav...@bigfraud.org>:
> Ah.  Stored procedures are certainly doable.  For instance JavaScript 
> supports a little-used function called 'eval' which runs JavaScript code 
> passed to it.  You can store your JavaScript code in a SQL field, of course.  
> So with a trivial framework around a table you can tightly bind SQLite and 
> JavaScript.

-- 
Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to