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

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

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

2 مستودعات

Awesome GitHub RepositoriesSchema Modeling Tools

Utilities for defining database structures using domain-specific languages.

Distinguishing note: Focuses on the declarative definition of schemas rather than the database management itself.

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

Awesome Schema Modeling Tools GitHub Repositories

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

    prisma/prisma

    46,366عرض على GitHub↗

    Prisma is a database toolkit that provides a unified access layer for interacting with relational and document databases. It centers on a declarative schema modeling approach, where developers define their data structures in a human-readable language. This schema serves as the single source of truth, from which the toolkit automatically generates type-safe database clients that provide compile-time validation and editor autocomplete for all data operations. The project distinguishes itself through a high-performance, Rust-based query engine that handles query planning and connection pooling o

    Defines database structures using a human-readable domain-specific language that maps directly to underlying relational or document database tables.

    TypeScriptcockroachdbdatabasejavascript
    عرض على GitHub↗46,366
  • drawdb-io/drawdbالصورة الرمزية لـ drawdb-io

    drawdb-io/drawdb

    37,382عرض على GitHub↗

    DrawDB is a browser-based visual database modeler designed for creating, organizing, and documenting relational database schemas. It provides an interactive interface for drag-and-drop entity relationship mapping, allowing users to plan and visualize complex data architectures through a centralized workspace. The platform distinguishes itself by enabling real-time collaborative design, allowing teams to iterate on schemas while maintaining a single source of truth. It functions entirely on the client side, utilizing local memory for state management and saving data directly to the local file

    Visualizes complex database structures through an intuitive interface for efficient architecture planning.

    JavaScriptdatabase-schemadiagram-editoreditor
    عرض على GitHub↗37,382
  1. Home
  2. Data & Databases
  3. Schema Modeling Tools