1.0.0 • Published 5 years ago

loopback3-connector-arangodb3 v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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:

  1. You must have an ArangoDB instance installed
  2. Edit the file setup.sh and put your credentials in there
  3. Run npm install
  4. Run . ./setup.sh
  5. run npm test