Is it possible to work with OrientDB using C#?

前端 未结 5 2296
有刺的猬
有刺的猬 2021-02-14 09:02

Are there any implementations, api or examples of OrientDB and C#. The reason I am looking at OrientDB is becuase it\'s the only one that I found that is a combination of Graph

5条回答
  •  囚心锁ツ
    2021-02-14 09:09

    Regarding your second question on RavenDB, it doesn't have "joins" like in the relational sense but you can always store references to other documents by storing it's document id field. Here is the join question in the FAQ. One of the suggestions they give is to denormalize (store more than just the Id of the related document) which can be a big trade-off to make.

提交回复
热议问题