It is an extension that allows you to generate source code for NET Core from a database table. Generating entities, repositories using Dapper, interfaces and MVC controllers and web API.
It is an extension that allows generating the basic crud from a table. It generates the entity, the repository (using dapper), the repository interface, a provider and finally an api and mvc controller.
Requirements
Visual Studio 2019 (16.0+)
Windows
You need to have created the projects in your solution
Coming soon
Support for MySQL, Postgresql, Oracle
Release
2020-07-02: Initial Release
Fixed
2020-07-06: The class names were not replaced when generating the objects in the generation parameters