appscot / sails-orientdb

OrientDB adapter for Waterline / Sails.js ORM
MIT License
25 stars 23 forks source link

Any plans on updating for the new OrientJS? #124

Closed vinerz closed 8 years ago

vinerz commented 8 years ago

Now that Oriento is deprecated, giving place to OrientJS maintained by OrientDB team, are there any plans to update this layer to the new library?

Thank you all for the wonderful work.

nafetswirth commented 8 years ago

+1

tommykennedy commented 8 years ago

+1

dmarcelino commented 8 years ago

Eventually. Current npm version of OrientJS (v2.0.0) is https://github.com/orientechnologies/orientjs/commit/e2f72c0e380513563bd3e707142c17646a6a619f (16th June) which doesn't include PR codemix/oriento#330, so it's inferior to Oriento v1.2.0. After OrientJS releases a newer version with added features / fixed issues we'll move to OrientJS.

nidaca commented 8 years ago

+1

AndreaPravato commented 8 years ago

+1

lvca commented 8 years ago

Hey guys, I merged it in OrientJS

baltag commented 8 years ago

Thanks @lvca. Now @dmarcelino may start to integrate it into sails-orientdb.

nidaca commented 8 years ago

:+1: ... means this that we must prepare also for the 2.1 OrientDB snapshot in the same time with an update of the driver, or (for the start) it will work with the current 2.0 ?

dmarcelino commented 8 years ago

That's cool @lvca but those changes haven't been released to npm:

screen shot 2015-09-25 at 09 57 44
lvca commented 8 years ago

Hey @dmarcelino you're right. Sorry, but I'm not still very good at this Node.js stuff ;-) Done, right now.

baltag commented 8 years ago

Great, thanks

vinerz commented 8 years ago

Awesome! Thank you guys :)