loopback3-connector-arangodb3
v1.0.0
Published
ArangoDB connector for Loopback 3 and ArangoDB 3
Downloads
34
Maintainers
Readme
Loopback Connector for ArangoDB 3
This is a final release for production environments.
It's still not available on NPM repositories, and you'll have to download and install from your local environment.
More detailed documentation will be available soon.
To run tests:
- You must have an ArangoDB instance installed
- Edit the file setup.sh and put your credentials in there
- Run
npm install - Run
. ./setup.sh - run
npm test
