Schemaless, connection pool, and promises
- Full support for schemaless mode (passes all waterline integration tests) #85;
.query()
,.createEdge()
and.deleteEdges()
return promises: #97;- Adds support for connection pooling #92;
- Explicitly implement the new waterline SQL interface;
- Support for DB only credentials (thanks @matanshukry!) #86;
- Bug fix: delete vertex with custom PK #105;
- Allows sails-orientdb to be initialised without model definitions: #90;
- Adds mores tests (#81, #82).
NOTE: This was meant to be v0.10.51 but I had to bump it up due to https://github.com/npm/npm-www/issues/537