# File lib/og/connection.rb, line 36
        def initialize(og)
                @og = og
                @db = @og.config[:backend].new(@og.config)
                @deserialize = true
                Logger.debug "Created DB connection." if $DBG 
        end