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