arangosh> db.example.insert({ Hello : "World" }); { "_id" : "example/14799", "_key" : "14799", "_rev" : "_UWy-IOG---" } arangosh> db.example.insert({ Hello : "World" }, true); { "_id" : "example/14803", "_key" : "14803", "_rev" : "_UWy-IOK---" }