orientdb icon indicating copy to clipboard operation
orientdb copied to clipboard

.NET driver

Open tomazk8 opened this issue 4 years ago • 1 comments

Hi Guys,

When are you planning to update the .NET driver? Since OrientDB version 3.0.32 I cannot use the driver anymore because with the TCP/IP connection the token-based sessions are required. Therefore I cannot use any of the version higher than 3.0.32 anymore for some time now. The last update to the .NET driver was 4+ years ago.

It is sad to see .NET community being left out of such a great database. I wanted to implement the token-based session by myself some time ago but the documentation of how to do it was back then non existent (some year or something ago).

Would it be possible to at least update the core of the .NET driver to handle the basic things like connections, SQL query executions and object serialization/deserialization? I don't mind writing text queries for the execution, so there is no need for now to add an abstraction layer for the SQL. I am anyway using custom queries or I generate some of them.

Thanks in advance and best regards Tomaz

tomazk8 avatar Jan 09 '21 10:01 tomazk8

Hi @tomazk8, unfortunately, the .NET driver is not supported officially anymore. We're looking for some help from the community to make it compatible with the latest 3.x.

lvca avatar Jan 11 '21 08:01 lvca