Hi all,

The Java API facilitates creating documents in the following style;

ODocument newEmployee = new ODocument("Employee");
newEmployee.field("name", "John");
newEmployee.save();

Does the JavaScript API have something similar?

Cheers.
Omega

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to