class FDB::DirectoryLayer

def create_or_open(db_or_tr, path, options={})

def create_or_open(db_or_tr, path, options={})
  create_or_open_internal(db_or_tr, path, true, true, options)
end