Reputation: 327
We have a .net 4.5 winforms application and we would like to create a panel in our application to show a graph database.
Is there a way to embed an orientDB server in a .net application?
Thanks
Upvotes: 0
Views: 238
Reputation: 9060
I remember somebody did it by using http://www.ikvm.net/ and it worked perfectly. Maybe you can try it.
Upvotes: 2
Reputation: 2632
OrientDB is written in Java, so it easily embeddable in any jvm-based language.
So, no, it's impossible to embed in .NET.
Hope it helps.
Regards
Upvotes: -1