Neskai
Neskai

Reputation: 1

Is there an ADO.Net connector allowing to read a Realm database?

As in the title, do you know if there is an ADO.Net connector allowing to read a Realm database?

For now I m going to try with CData.MongoDB or MongoDB.Driver (nugets packages ) even if I'm almost sure it won't work on my database.realm file - plus, I m afraid it need a server ...

I keep you update, thanks you already :)

Upvotes: 0

Views: 272

Answers (2)

user3259797
user3259797

Reputation:

See the following links which may be helpful in finding a solution using Entity Framework or Dapr:

Upvotes: 0

Neskai
Neskai

Reputation: 1

I Had an answer from a MogoDB employee : "Unfortunately, we don’t have an ADO.NET client. We do have a .NET SDK that allows you to interface with the database, but it doesn’t provide integration with ADO.NET." Sadly I absolutely have to go through Ado .Net. I will therefore study other databases. Thank you so much ! I close subject :)

Upvotes: 0

Related Questions