1 Repo
Relational database schemas generated automatically from application entity models.
Distinct from Code-First Schema Generators: Candidates refer to GraphQL schemas, not relational database schemas.
Explore 1 awesome GitHub repository matching data & databases · Code-First Schema Generations. Refine with filters or upvote what's useful.
NorthwindTraders is an ASP.NET Core sample web application that demonstrates the implementation of business logic and request handling. It is structured as a layered architecture web app, decoupling core application rules from the user interface and data access layers. The project utilizes Entity Framework Core for its database implementation, employing a code-first relational database approach. This allows the database schema to be generated and evolved automatically from C# entity models via an object-relational mapper. The application manages relational data and serves web requests throug
Implements a database schema that evolves automatically from C# entity models.