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