orientechnologies / orientjs

The official fast, lightweight node.js client for OrientDB
http://orientdb.com
Other
326 stars 68 forks source link

can I use OrientDBClient to load a record directly #406

Closed grimace closed 5 years ago

grimace commented 5 years ago

I'm looking for something like load(rid) as in java or db.record.get(rid)

what options are there to load a record directly?

grimace commented 5 years ago

as it turns out: record.get(rid) is the call to make