CAP

Entity Framework (EF6) Scaffold for PostgreSQL

Cap is a cli tool that generates POCO classes from a PostgreSQL database.

Requirements:
  1. Visual Studio 2015/2017
  2. PostgreSQL 9.x
Usage:

Open "Package Manager Console" and type

cap -u user -p password -d database -f Project\model_folder

Add generated files in the project.

P.S. Use cap without parameters to see other options.

Enjoy. @devmartins

Changelog:

1.0.1 - Small bug fixes
- Partial keyword missing
- Schema name
- Namespace Parameter
- Existing model file is not overwritten