What problem are you trying to solve?
I'd like to be able to quickly see through the database data as I debug using EF tools.
Describe the solution you'd like
A solution like npx prisma studio, probably ef studio --context NorthwindDbContext. This would also be available in Aspire as a link I can click on to navigate through the data
What problem are you trying to solve?
I'd like to be able to quickly see through the database data as I debug using EF tools.
Describe the solution you'd like
A solution like
npx prisma studio, probablyef studio --context NorthwindDbContext. This would also be available in Aspire as a link I can click on to navigate through the data