class FDB::Database

def watch(key)

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