Has anyone used C# EF Core to query through strapi's database?

I have to use C# .NET for a big project, but I still want to use strapi as a CMS, I want to make use of C#'s speed in reading databases instead of node.js

This topic has been created from a Discord post (1241079987138990181) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

lol :slightly_smiling_face: it’s not going to happen this way, this EF is a c# plugin, you won’t use it in nodejs app easily

Not saying that strapi uses knex under the hood so you gonna need to replace that

And that’s pretty much all of the backend services

Huh, node shouldnt matter, doesnt ef core just connect to the database?

Yes, but who’s gonna handle database migrations and queries

I mean you can try but running second backend sounds overkill