StepSqlite brings powerful Stored Procedure support with full power of  
PL/SQL syntax to SQLite. It is a 'compiler' as opposed to a mere  
'wrapper' so it generates much more efficient code than any wrapper  
could ever achieve - for instance, it pre-compiles all SQL in your  
code right when the lib is loaded - no compile-overload at runtime -  
this is exactly what  one expects from a  true 'Stored' Procedure.

-sk

Sent from my iPhone

On Sep 18, 2009, at 4:54 PM, Alexey Pechnikov <pechni...@mobigroup.ru>  
wrote:

> Hello!
>
> On Saturday 19 September 2009 00:43:18 Noah Hart wrote:
>> Stored Procedures
>
> There are Tiny C compiler extension and realization of
> stored procedures for SQLite 2 and Lua extension and other.
> So you can use one or all of these.
>
> 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
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to