ArangoDB client allows developers to interact with the ArangoDB REST API from JavaSscript-based websites or applications.
The client works with client-side (browsers) and server-side (Node.js) environments the same.
The package is basically an ODM (object document mapper), similar to what an ORM (object relational mapper) stands for to relational databases.
Requirements:
· ArangoDB
· Node.js for server-side environments
· JavaScript enabled on client side
What's New in This Release: [ read full changelog ]
· Extended promises with include and spread functions, then gets a single fulfillment value.
· Embedding HTTP headers & statusCode into response object as headers & status.