module Geocoder::Store::ActiveRecord::ClassMethods

def using_postgres?

def using_postgres?
  connection.adapter_name.match(/postgres/i)
end