awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • aarondl/sqlboilerAvatar aarondl

    aarondl/sqlboiler

    6,989Vezi pe 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
    Vezi pe GitHub↗6,989
  • jonseg/crud-admin-generatorAvatar jonseg

    jonseg/crud-admin-generator

    1,425Vezi pe GitHub↗

    Acest instrument este un generator automat de cod backend care creează dashboard-uri administrative prin inspectarea structurilor bazelor de date relaționale existente. Acesta funcționează ca un utilitar de scaffolding bazat pe schemă, analizând definițiile tabelelor și constrângerile de chei străine pentru a produce controllere server-side funcționale și interfețe de utilizator pentru gestionarea înregistrărilor. Proiectul se distinge prin ejectarea codului sursă static, care scoate fișiere lizibile pentru oameni pe care dezvoltatorii le pot modifica sau extinde manual. Prin analizarea metadatelor bazei de date, acesta mapează automat datele relaționale la componente de selecție intuitive și înlocuiește identificatorii numerici brute cu etichete lizibile, asigurând că vizualizările administrative generate rămân consistente și responsive pe diferite dimensiuni de ecran. Output-ul generat include logica server-side necesară și layout-urile de dashboard necesare pentru a gestiona înregistrările bazei de date. Deoarece instrumentul produce fișiere sursă standard în loc de binare opace, acesta permite personalizarea completă a controllerelor și vizualizărilor subiacente pentru a se adapta cerințelor specifice ale proiectului.

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

    JavaScript
    Vezi pe GitHub↗1,425
  1. Home
  2. Data & Databases
  3. Foreign Key Constraints
  4. Relationship Mapping