awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesReverse Engineering Tools

Utilities that generate application models and context classes by inspecting existing database schemas.

Distinct from Reverse Engineering Tools: Distinct from general reverse engineering tools: focuses specifically on database-to-code scaffolding for data access layers.

Explore 2 awesome GitHub repositories matching data & databases · Reverse Engineering Tools. Refine with filters or upvote what's useful.

Awesome Reverse Engineering Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dotnet/efcoreAvatar de dotnet

    dotnet/efcore

    14,587Ver en GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Entity Framework generates code-based models and context classes by inspecting an existing database structure to bootstrap data access layers.

    C#aspnet-productc-sharpdatabase
    Ver en GitHub↗14,587
  • wisser/jailerAvatar de Wisser

    Wisser/Jailer

    3,130Ver en GitHub↗

    Jailer is a suite of specialized tools for AI-assisted SQL management, referential integrity preservation, and relational data browsing. It provides a system for generating referentially intact database subsets, allowing users to extract consistent slices of relational data while preserving foreign key constraints and dependencies. The project features an AI-driven SQL assistant that uses natural language to generate, optimize, and refactor queries based on database schemas. It also includes a data migration tool that analyzes SQL patterns to reverse engineer models and map associations betwe

    Analyzes SQL query patterns to automatically reverse engineer and map associations between database tables.

    Javadatabasedb2export
    Ver en GitHub↗3,130
  1. Home
  2. Data & Databases
  3. Database Access Layers
  4. Reverse Engineering Tools

Explorar subetiquetas

  • Query-Based Schema Reverse EngineeringReconstructing data models and table associations by analyzing existing SQL query patterns. **Distinct from Reverse Engineering Tools:** Distinct from Reverse Engineering Tools: focuses on analyzing query patterns rather than just inspecting the static schema
  • SQL Pattern AnalysisInfers relational associations between tables by analyzing patterns in executed SQL statements. **Distinct from Reverse Engineering Tools:** Focuses on inferring relationships from query patterns rather than generating code from an existing schema.