How to store documents in an ArangoDb graph using ArangoJs?
问题 I am using latest version of ArangoDb and ArangoJs from a nodejs application. I have got following two vertexes users tokens tokens vertex contain the security tokens issues to one of the user in the users vertex. I have got an edge definition named token_belongs_to connecting tokens to users How do I store a newly generated token belonging to an existing user using ArangoJs? 回答1: I am going to assume you are using ArangoDB 2.7 with the latest version of arangojs (4.1 at the time of this