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