Subject C wrapper for fbclient
Author woodsmailbox
Hi,

Here's the problem: I'm trying to bind firebird to Lua, for which I need a C wrapper for fbclient. I found the the raw Interbase API very awkward to interface with, and I'm currently looking for a C wrapper around that, something similar to mysql API.

I found an (unsupported) library called fbsql that wraps IBPP, which is nice, apart for being a 2M (700k stripped) bloat for no added functionality, so I was hoping to find a direct C wrapper. Any ideas?

Cosmin.