# File lib/sdb/right_sdb_interface.rb, line 143
    def escape(value)
      %Q{'#{value.to_s.gsub(/(['\\])/){ "\\#{$1}" }}'} if value
    end