awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesRelationship Mapping

Automatic generation of code to navigate table associations based on foreign key constraints.

Distinct from Foreign Key Constraints: Focuses on the ORM mapping and getter generation for navigation, not the database-level enforcement of constraints.

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

Awesome Relationship Mapping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • aarondl/sqlboileraarondl 的头像

    aarondl/sqlboiler

    6,989在 GitHub 上查看↗

    sqlboiler is a database-first ORM generator for Go that analyzes an existing database schema to produce strongly typed structures and query helpers. It functions as a schema-driven code generator, transforming database tables and relationships into executable Go source code. The project distinguishes itself through a type-safe query builder that uses chainable modifiers to construct SQL statements, eliminating the need for raw string concatenation. It utilizes customizable text templates to generate source code, allowing for the aliasing of schema entities and the creation of custom templates

    Generates dedicated getter methods and mapping logic based on database foreign key constraints to navigate table associations.

    Godatabasegogolang
    在 GitHub 上查看↗6,989
  • jonseg/crud-admin-generatorjonseg 的头像

    jonseg/crud-admin-generator

    1,425在 GitHub 上查看↗

    This tool is an automated backend code generator that creates administrative dashboards by inspecting existing relational database structures. It functions as a schema-driven scaffolding utility, parsing table definitions and foreign key constraints to produce functional server-side controllers and user interfaces for record management. The project distinguishes itself through static source code ejection, which outputs human-readable files that developers can manually modify or extend. By analyzing database metadata, it automatically maps relational data to intuitive selection components and

    Automatically generates code to navigate and display table associations based on foreign key constraints.

    JavaScript
    在 GitHub 上查看↗1,425
  1. Home
  2. Data & Databases
  3. Foreign Key Constraints
  4. Relationship Mapping