Hello,
Within a .NET 6 API, we would like to scaffold a database into C# objects. You can achieve this with Scaffold-DbContext using a library provided by CData, but this library costs $800 a year. Is there a way to scaffold a Singlestore DB into models and a context using libraries available? I’ve tried the MySql.EntityFrameworkCore method and it just errors out.
Is there another way to integrate Singlestore models into an API? Thank you.