Sunday, January 16, 2005
Ruby : Firebird / Interbase
Over the last two days I have been playing with the Firebird database with Ruby and writing an extension for it.
Its a nice step up from the uname extension. This time I have a lot more to deal with, like wrapping data into the class, exposing sub classes underneath a Module namespace.
So far things are going well. I am working on the ServiceManager bits right now and have the basic attach/detach working fine.
require "firebird"
sm = Firebird::ServiceManager.new
sm.attach("system_hostname", "sysdba", "masterkey")
sm.detach
I need to work on the ServiceManager#start and ServiceManager#query functions..
Then.. I can begin the arduous task of working on the Connection class and then the Recordset class…
Filed Under : Development •
Comments are closed There are no comments on this entry.
Linked To by (0) blogs. Get a Trackbacks link here