Moleculer orientdb database adapter
npm install moleculer-db-adapter-orientdb --save
Run orientdb server in docker
$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=root orientdb:latest
Or start orientdb docker if already exists container
$ docker start orientdb
Run test
$ npm test
In development with watching
$ npm run ci
Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.
The project is available under the MIT license.
Copyright (c) 2019 Saeed Tabrizi