Append one element to an array



db.users.update({ name: "Foo"}, { $push: { "technologies": "yy" } })