fbclientfirebird database client |
|
local fb = require'fbclient'
A complete ffi binding of the Firebird client library.
In the meantime, you can use the old fbclient which is stable and complete.
Connections | |
---|---|
fb.connect(db, [user], [pass], [charset], [port]) -> conn |
connect to a firebird server |
fb.connect(options_t) -> conn |
connect to a firebird server |
conn:close() |
close the connection |
If you don't need all this, there's also bindings for the most popular database in the world.