# File lib/sdb/active_sdb.rb, line 102
            def connection
                @connection || raise(ActiveSdbError.new('Connection to SDB is not established'))
            end