Skip to content

Schemaless, connection pool, and promises

Compare
Choose a tag to compare
@dmarcelino dmarcelino released this 01 Jun 09:55
· 55 commits to master since this release
  • 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