awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • prisma/prismaAvatar de prisma

    prisma/prisma

    46,366Ver en 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
    Ver en GitHub↗46,366
  • drawdb-io/drawdbAvatar de drawdb-io

    drawdb-io/drawdb

    37,382Ver en 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
    Ver en GitHub↗37,382
  1. Home
  2. Data & Databases
  3. Schema Modeling Tools