awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesImplicit Relationships

Links datasets through shared entity keys to allow joining information without requiring explicit join definitions.

Distinct from Entity Relationships: Distinct from Entity Relationships: focuses on implicit, key-based joining logic rather than explicit configuration of associations.

Explore 4 awesome GitHub repositories matching data & databases · Implicit Relationships. Refine with filters or upvote what's useful.

Awesome Implicit Relationships GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tencent/apijsonAvatar von Tencent

    Tencent/APIJSON

    18,395Auf GitHub ansehen↗

    APIJSON is a no-code database API generator and object-relational mapping layer that automatically transforms relational database schemas into functional HTTP endpoints. It provides a system for generating CRUD operations and technical documentation without the need to write manual backend code. The project is distinguished by its ability to allow clients to define custom JSON response structures and field aliases directly within the request. It features dynamic query translation that converts structured JSON parameters into optimized SQL for complex relational joins, subqueries, and data agg

    Supports fetching data from multiple related tables using dot-notation join paths based on foreign key relationships.

    Javabaasclickhousecrud
    Auf GitHub ansehen↗18,395
  • dbt-labs/dbt-coreAvatar von dbt-labs

    dbt-labs/dbt-core

    13,051Auf GitHub ansehen↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Links datasets implicitly through shared entity keys to allow joining information without requiring explicit join definitions.

    Rustanalyticsbusiness-intelligencedata-modeling
    Auf GitHub ansehen↗13,051
  • jooq/jooqAvatar von jOOQ

    jOOQ/jOOQ

    6,666Auf GitHub ansehen↗

    jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time validation of SQL syntax and data types. Its core identity is built around a fluent DSL that mirrors SQL structure, a code generator that maps tables, views, and routines to Java objects, and a multi-dialect engine that translates the same DSL into vendor-specific SQL for over 30 databases. The project also includes a SQL parser and transformer for refactoring or dialect conversion, reactive stream integration for non-blocking query execution, and a JDBC proxy diagnostics tool f

    Ships implicit join resolution via dot-notation path expressions on generated table classes.

    Javacode-generatordatabasedb2
    Auf GitHub ansehen↗6,666
  • spatie/laravel-query-builderAvatar von spatie

    spatie/laravel-query-builder

    4,453Auf GitHub ansehen↗

    Dieses Projekt ist ein Eloquent-Query-Builder-Wrapper und REST-API-Query-Parser für Laravel-Anwendungen. Es übersetzt HTTP-Anfrageparameter in Datenbankabfragen, um dynamische Filterung, Sortierung und das Laden von Beziehungen für API-Endpunkte bereitzustellen. Das System entkoppelt die externe API-Schnittstelle von der Speicherschicht durch alias-basierte Schema-Abstraktion, wodurch öffentliche Feldnamen auf private Datenbankspalten abgebildet werden können. Es unterstützt die dynamische Einbeziehung verschachtelter Beziehungen und Aggregatzählungen sowie die Ausführung benutzerdefinierter programmatischer Logik für Filter und Sortierung über invokable Klassen und Closures. Der Funktionsumfang deckt die Datenprojektion durch Feldauswahl und Ergebnissortierung basierend auf Anfrageparametern ab. Es bietet zudem Mechanismen für beziehungsbasierte Filterung unter Verwendung von Dot-Notation, Integration mit lokalen Modell-Scopes und Kontrolle über die Sichtbarkeit von soft-gelöschten Datensätzen.

    Parses nested relationship identifiers using dot-notation to generate database JOIN clauses and filters.

    PHPapihacktoberfestlaravel
    Auf GitHub ansehen↗4,453
  1. Home
  2. Data & Databases
  3. Entity Relationships
  4. Implicit Relationships

Unter-Tags erkunden

  • Dot-Notation Join PathsAutomatically generates JOIN clauses from foreign key relationships using dot-notation path expressions. **Distinct from Implicit Relationships:** Distinct from Implicit Relationships: specifies dot-notation path navigation for generating joins, not general key-based linking.