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,587在 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
    在 GitHub 上查看↗14,587
  • wisser/jailerWisser 的头像

    Wisser/Jailer

    3,130在 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
    在 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.