awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

Awesome GitHub RepositoriesSchema Visualization

Tools for generating and editing entity-relationship diagrams and database schemas.

Explore 8 awesome GitHub repositories matching part of an awesome list · Schema Visualization. Refine with filters or upvote what's useful.

Awesome Schema Visualization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • drawdb-io/drawdbdrawdb-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

    Online database design tool and SQL generator.

    JavaScriptdatabase-schemadiagram-editoreditor
    在 GitHub 上查看↗37,382
  • chartdb/chartdbchartdb 的头像

    chartdb/chartdb

    21,286在 GitHub 上查看↗

    ChartDB is a database schema visualizer and entity-relationship diagramming platform designed to help developers understand, design, and document complex data architectures. It functions as a visual workspace where users can create and modify database schemas, define table attributes, and map foreign key relationships. By parsing database metadata or SQL scripts, the tool generates interactive diagrams that provide a clear overview of structural interdependencies and data associations. The platform distinguishes itself through its focus on automated documentation and schema synchronization. I

    Database diagram editor and visualizer.

    TypeScriptdatabasedbdb-migration
    在 GitHub 上查看↗21,286
  • digitallyinduced/ihpdigitallyinduced 的头像

    digitallyinduced/ihp

    5,294在 GitHub 上查看↗

    ihp 是一个为 PostgreSQL 设计的类型安全 Web 框架和全栈应用编排器。它作为一个服务端渲染框架和类型安全 ORM,能自动从 SQL 模式生成记录类型,以确保编译时的查询验证。 该平台的特色在于在编译时验证路由、数据库查询和模板,以防止运行时崩溃。它使用 WebSocket 实现实时 Web 界面以进行即时数据同步,并采用服务器驱动的超媒体进行部分 DOM 修补。 该框架涵盖了广泛的集成功能,包括支持 Passkey 和 OAuth 的用户身份管理、具有自动迁移功能的完整数据存储层,以及具有类型安全 HTML 模板的综合 UI 渲染系统。它还提供了用于 JSON API 开发、异步后台任务执行以及支付网关金融集成的内置工具。 生产环境通过声明式 NixOS 部署进行管理,以实现可复现的基础设施。

    Provides a built-in GUI editor for visually managing database tables and constraints.

    Haskellframeworkhacktoberfesthaskell
    在 GitHub 上查看↗5,294
  • liam-hq/liamliam-hq 的头像

    liam-hq/liam

    4,838在 GitHub 上查看↗

    Liam 是一个数据库模式可视化工具和交互式实体关系图生成器。它解析 SQL 模式和 ORM 格式以创建数据库结构的视觉表示,允许用户分析表关系并导航复杂的布局。 该项目通过 CI/CD 流水线集成脱颖而出,充当文档自动化工具,在部署期间将图表与数据库模式更改同步。它支持通过基于坐标的视图链接共享模式的特定视角,这些链接捕获精确的缩放级别和过滤后的视图。 该工具提供了广泛的可视化功能,包括带有平移和缩放功能的交互式画布渲染、用于减少视觉混乱的状态驱动视图过滤,以及用于重组布局的手动节点操作。它还支持生成用于内部存储库的静态图表。

    Generates ER diagrams from databases and ORMs.

    TypeScript
    在 GitHub 上查看↗4,838
  • azimuttapp/azimuttazimuttapp 的头像

    azimuttapp/azimutt

    2,133在 GitHub 上查看↗

    Explore, document and optimize any database

    ERD visualization tool for understanding database schemas.

    Elm
    在 GitHub 上查看↗2,133
  • alexis-benoist/eralchemyAlexis-benoist 的头像

    Alexis-benoist/eralchemy

    1,416在 GitHub 上查看↗

    Entity Relation Diagrams generation tool

    Entity-relationship diagram generation tool.

    Python
    在 GitHub 上查看↗1,416
  • catherinedevlin/ddl-generatorcatherinedevlin 的头像

    catherinedevlin/ddl-generator

    275在 GitHub 上查看↗

    Guesses table DDL based on data

    Infers SQL DDL from existing table data.

    HTML
    在 GitHub 上查看↗275
  • qwazer/scheme2ddlqwazer 的头像

    qwazer/scheme2ddl

    84在 GitHub 上查看↗

    Command line util for export oracle schema to set of ddl scripts

    Exports Oracle schemas to DDL scripts.

    Java
    在 GitHub 上查看↗84
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Schema Visualization

探索子标签

  • Visual Schema EditorsGraphical user interfaces for creating and modifying database tables and constraints. **Distinct from Schema Visualization:** Distinct from Schema Visualization: provides editing capabilities rather than just a read-only visual representation.