Cap is a cli tool that generates POCO classes from a PostgreSQL database.
Requirements: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.
1.0.1 | - Small bug fixes - Partial keyword missing - Schema name - Namespace Parameter - Existing model file is not overwritten |