forked from Ostico/PhpOrient
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
There is a way to create an edge with recordCreate ?
I don't see anything about this.
I'm mean somenthing like this:
$record = (new Record())->setOClass('E')->setRid(new ID(109))->setOData([
'out' => new ID($ridAsStringItem),
'in' => new ID($ridAsStringBrand),
'created_at' => time()
]);
$result = $instance->recordCreate($record);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels