fMeow / arangors

Easy to use rust driver for arangoDB
https://docs.rs/arangors
MIT License
126 stars 29 forks source link

How to work with edges and refereces using this driver? #21

Open EnvOut opened 4 years ago

fMeow commented 4 years ago

Please use AQL. arangors have a full funtional AQL support.

ManevilleF commented 3 years ago

If you are not good with AQL I developped a ODM/OGM with an integrated Query system that supports declaring Collection and Edge Collections, linking object, making traversal requests, etc.