yojimbo87 / OrientDB-NET.binary

C#/.NET binary driver for OrientDB
MIT License
21 stars 19 forks source link

Special use of linkset type #1

Open yojimbo87 opened 11 years ago

yojimbo87 commented 11 years ago

Implement special use of linkset type parsing.

https://groups.google.com/forum/#!msg/orient-database/OFdJzu8eqD0/1L5JoBHp4hoJ

https://github.com/gabipetrovay/node-orientdb/blob/master/lib/orientdb/db.js

https://github.com/nuvolabase/orientdb/blob/master/enterprise/src/main/java/com/orientechnologies/orient/enterprise/channel/binary/OChannelBinaryProtocol.java

https://github.com/nuvolabase/orientdb/blob/master/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java#L1007