Perhaps of interest, a little extension to embed Lua inside SQLite.
For example:
select lua('print "hi"');
select lua('return math.random(1, 10)');
select lua('math.random(1, 10)')
Begin forwarded message:
> From: Rob Hoelz <[email protected]>
> Subject: [ANN] sqlite-lua-extension
> Date: September 26, 2012 10:18:57 AM GMT+02:00
> To: Lua mailing list <[email protected]>
>
> Hi everyone,
>
> I wrote this last night:
>
> https://github.com/hoelzro/sqlite-lua-extension
>
> This isn't really an announcement of a first release or anything, but I
> thought it was kind of a cool idea, especially since I use SQLite a lot,
> and I feel that SQLite and Lua share
> a lot of similar mentalities. Typing 'make' should just build the
> extension; what you do with it afterwards is up to you. =)
>
> -Rob
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users