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

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

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

4 مستودعات

Awesome GitHub RepositoriesSchema Modelers

Tools for defining application data structures and mapping them to persistent database tables.

Distinguishing note: No existing candidates provided; minting under Data & Databases to capture object-relational mapping and structure definition.

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

Awesome Schema Modelers GitHub Repositories

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

    go-gorm/gorm

    39,798عرض على GitHub↗

    GORM is a developer-focused object-relational mapping library for Go that provides a comprehensive data persistence framework. It serves as a database access layer, allowing developers to map application structures to database tables and perform CRUD operations using a fluent, type-safe query builder instead of writing raw SQL. The library distinguishes itself through its association-aware persistence, which automatically tracks and synchronizes complex entity relationships during database operations. It utilizes a driver-agnostic interface to maintain consistent behavior across various stora

    Database schema modeling allows defining application objects that map to database tables, supporting custom data types, null-value handling, and persistent storage structures.

    Gogogolanggorm
    عرض على GitHub↗39,798
  • keystonejs/keystone-classicالصورة الرمزية لـ keystonejs

    keystonejs/keystone-classic

    14,514عرض على GitHub↗

    Keystone Classic is a Node.js headless content management system and web application framework. It provides a database schema framework for defining structured data models and validation rules to organize information. The system automatically generates a responsive administrative dashboard based on predefined data models and database fields, allowing for content management and record editing without custom administration code. The framework covers identity and security through session state management and password encryption. It includes capabilities for request routing, form submission proc

    Enables the definition of structured data models and relationships to ensure consistent information storage.

    JavaScriptcmsjavascriptkeystonejs
    عرض على GitHub↗14,514
  • tobymao/sqlglotالصورة الرمزية لـ tobymao

    tobymao/sqlglot

    9,336عرض على GitHub↗

    sqlglot is a SQL parser and transpiler that represents queries as abstract syntax trees to enable structural analysis, modification, and semantic transformation. It functions as a dialect translator and query optimizer, converting SQL code between different database engines and simplifying syntax trees through rule-based normalization. The project provides a framework for defining custom SQL dialects by overriding tokenizers, parsers, and generators. It includes a lineage analyzer to track data flow from source tables through complex queries to identify the origin of specific columns. Additi

    Represents the structure of tables, views, and columns to enrich the analysis of syntax trees.

    Python
    عرض على GitHub↗9,336
  • arpitbbhayani/system-design-questionsالصورة الرمزية لـ arpitbbhayani

    arpitbbhayani/system-design-questions

    3,085عرض على GitHub↗

    This project is a learning platform and study guide focused on the principles of distributed systems and software architecture. It provides a collection of architectural scenarios and technical problem statements designed to help engineers practice system design, capacity planning, and trade-off analysis for high-scale services. The repository distinguishes itself by offering functional prototypes and models for complex engineering challenges. Rather than providing purely theoretical documentation, it includes executable representations of system components—such as storage services, load bala

    Defines structured database layouts and relational mappings to ensure consistent state storage and efficient retrieval.

    Pythoncourseworkdistributed-systemshacktoberfest
    عرض على GitHub↗3,085
  1. Home
  2. Data & Databases
  3. Schema Modelers