Firebird2.1 moved from Debian experimental to sid (unstable)

Today i have installed Debian Lenny in an kqemu/kvm virtual machine (managed by virt-manager under  ubuntu jaunty )

firebird by default there is 2.0.4 so i wanted the latest firebird2.1 stable from debian so i just dist upgraded the lenny to sid

by replacing all lenny words from /etc/apt/sources.list with sid then i did from console

an apt-get update && apt-get dist-upgrade after that i have now access to firebird2.1 just released for sid

then in terminal apt-get install firebird2.1-super and after that  dpkg-reconfigure firebird2.1-super

fbsql: Clean client-libraries for Firebird and Interbase databases

I’ve written this quite some time ago (and it didn’t receive much love since then, but it’s functional and should be bug-free), but I just noticed I haven’t mentioned it on my blog: fbsql is a clean C-API that can be used to create bindings for other languages (such as Python or Ruby). It’s much simpler to use than the raw Interbase/Firebird API and it uses IBPP internally. So it’s basically just forwarding the function calls to IBPP and abstracting the IBPP classes to a C interface that is straight forward and intuitive.

1 182 183 184 185 186 294