# File lib/rdf/redland/store.rb, line 90
    def HashStore.read_store(name,dir='.',write=true)
      return HashStore.new('bdb',name,dir,false,write)
    end