Can I use GridDB in Entity Framework Core 6? I have a set of entities related to an IOT project that were created using the code-first approach.
Now, I want to migrate the database from MSSQL to GridDB. Is there a GridDB Entity Framework Core provider that facilitates seamless communication between GridDB and supports performant transactional queries?
I’ve searched a plethora of sites and documentation available on GridDB but still found no clue on how I can use it with Entity Framework Core.