Sails-OrientDB LinkedList Type

72 Views Asked by At

Im using Sails-Orientdb and looking to have LinkedList OrientDB type instead of an EmbeddedList

I am defining it like below

experience: {
    type: 'array'
}

Is there any way to make the array type become LinkedList?

0

There are 0 best solutions below