> cat /dev/github | grep security-tools
discovered 30 Mar 2026

EntityFramework-Reverse-POCO-Code-First-Generator

C# ★ 715 via github-topic
→ View on GitHub
The EntityFramework Reverse POCO Code First Generator is a tool designed to reverse engineer existing databases and generate fully customizable Entity Framework Code First POCO classes along with configuration mappings and DbContext setups. Its primary use case is to facilitate the rapid creation of data access code that mimics hand-crafted designs, enhancing readability and maintainability. Notable features include support for multiple database types (including SQL Server and PostgreSQL), customizable output through template files, and integration with Visual Studio via a VSIX installer.