Closed grimace closed 5 years ago
I'm looking for something like load(rid) as in java or db.record.get(rid)
load(rid)
db.record.get(rid)
what options are there to load a record directly?
as it turns out: record.get(rid) is the call to make
record.get(rid)
I'm looking for something like
load(rid)
as in java ordb.record.get(rid)
what options are there to load a record directly?