Friday, 14 April 2017

Define fields which the LIVE query in orientdb should return

I'm currently working with LIVE queries in OrientDB. Is it possible to decide which fields a 'live-update, live-insert or live-delete' event will return?

I tried a live query like this:

LIVE SELECT username, description FROM User

But it returns the whole node (record). I'm working with the NodeJS library.



via Ruben

No comments:

Post a Comment