awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesJoined Result Nesting

Organizing columns from joined tables into nested objects to prevent naming collisions.

Distinct from Nested Object Mapping: Distinct from Nested Object Mapping: specifically handles the organization of relational join results rather than mapping unstructured text to schemas.

Explore 1 awesome GitHub repository matching data & databases · Joined Result Nesting. Refine with filters or upvote what's useful.

Awesome Joined Result Nesting GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • simolus3/driftالصورة الرمزية لـ simolus3

    simolus3/drift

    3,231عرض على GitHub↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Prevents column name collisions by organizing joined table results into nested objects.

    Dartdartdart-build-systemflutter
    عرض على GitHub↗3,231
  1. Home
  2. Data & Databases
  3. Nested Data Persistence
  4. Nested Object Mapping
  5. Joined Result Nesting