Little helper library for writing #UDFs for Firebird in #Lua

Helper C library for writing UDFs for Firebird in Lua (as well as a small collection of useful UDFs). The Firebird UDF interface would hopefully be obsoleted in Firebird v3.0 and replaced with the new External Engine API. Until then, I hope you find this little library helpful. Any feedback is welcome and appreciated.

http://code.google.com/p/firebird-lua-udfs/

For tips on how to write UDFs for Firebird yourself, read UdfWritingTips.

PS: If writing UDFs in Lua seems overkill, checkout the other UDF library written in freepascal.