class FDB::Database

def clear(key)

def clear(key)
  transact do |tr|
    tr.clear(key)
  end
end