0 votes

I'm new to skipper but i managed to work with ORM with success; but now i need to design ODM entities in mongodb and i can't figure out how to make the references between entity fields as shown here:
https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/2.2/reference/reference-mapping.html

thanks!

in How To & Manuals by (120 points)

1 Answer

0 votes

I'm not sure where can be a problem. Just create association between two entities and fill aliases for directions you want to have generated.

by Skipper developer (141k points)