| http://www.w3.org/ns/prov#value | - For example, consider this schema: create table employee ( id int not null primary key, name varchar(32), salary float ) ENGINE=ndbcluster; Since the primary key is a number, you can provide the key as a number to the find function. function onSession = function(err, session) { if (err) { console.log(err); ... error handling } session.find('employee', 0, onData); }; function onData = function(err,
|