awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dotnet/efcoredotnet का अवतार

    dotnet/efcore

    14,587GitHub पर देखें↗

    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
    GitHub पर देखें↗14,587
  • wisser/jailerWisser का अवतार

    Wisser/Jailer

    3,130GitHub पर देखें↗

    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
    GitHub पर देखें↗3,130
  1. Home
  2. Data & Databases
  3. Database Access Layers
  4. Reverse Engineering Tools

सब-टैग एक्सप्लोर करें

  • 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.