Entity Framework Core Generator - Generating a model from an existing database
Overview
.NET Core command-line (CLI) tool to generate Entity Framework Core model from an existing database.
- NuGet: https://nuget.org/packages/EntityFrameworkCore.Generator
- Source: http://github.com/loresoft/EntityFrameworkCore.Generator
- Documentation: https://efg.loresoft.com
Features
- Entity Framework Core database first model generation
- Safe regeneration via region replacement
- Safe Renaming via mapping file parsing
- Optionally generate read, create and update models from entity
- Optionally generate validation and object mapper classes
Documentation
Entity Framework Core Generator documentation is available via Read the Docs
Installation
To install EntityFrameworkCore.Generator tool, run the following command in the console