csharpfritz / InstantAPIs

A library that generates Minimal API endpoints for an Entity Framework context.
MIT License
447 stars 57 forks source link

Enhance ConfigBuilder #3

Closed csharpfritz closed 2 years ago

csharpfritz commented 2 years ago
verbedr commented 2 years ago

Fritz, A suggestion ... don't call them tables. Especially when it is to be mapped on Entity Framework Core. Call them "entities".

csharpfritz commented 2 years ago

Fritz, A suggestion ... don't call them tables. Especially when it is to be mapped on Entity Framework Core. Call them "entities".

Yep... For the JSON API feature, we called them Entities. For EF, I think we can revisit that naming

csharpfritz commented 2 years ago

Moved last items on this checklist to their own issues:

52 and #53

jlopez788 commented 2 years ago

The config should allow for soft-delete entities.