orienteer

0.3.0 • Public • Published

orienteer

Orienteer is a library designed for working with OrientDB. Currently it operates over the REST API but support is also planned for the binary driver also.

NPM

unstable

Alternative Implementations

At this time, this project is inactive. The following are some alternative node modules that interface with OrientDB:

Reference

orienteer(opts)

Create a new logical OrientDB connection.

orienteer.rid(value)

Create a new Orienteer RID object that serializes to SQL as expected.

orienteer http protocol driver

command(connection, data, callback)

Issue an SQL command against the specified connection.

describeClass(connection, data, callback)

Describe the specified class.

describeDb

Issue a connect request against the specified database.

dbCreate

Create a new database instance.

dbDelete

Delete the specified db

dbExist

Check to see if the requested db exists.

Package Sidebar

Install

npm i orienteer

Weekly Downloads

9

Version

0.3.0

License

MIT

Last publish

Collaborators

  • damonoehlman