Subject Re: [firebird-support] C wrapper for fbclient
Author Elmar Haneke
> 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.

perhaps you should have a look at embedded SQL which is available for
C-language.

An "C-wrapper" for an C-library is not really useful. Presumably this is
not the right word to search for.

Elmar