开源 pintorajs 流程图 工具er图 例子

网址

pintora

例子

er图 例子

erDiagram
  title: Entity Relationship Example
  CUSTOMER {
    int id PK
    int address FK
  }
  CUSTOMER ||--o{ ORDER : places
  ORDER ||--|{ LINE-ITEM : contains
  CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
  ORDER {
    int orderNumber PK
    int customer FK "customer id"
    string deliveryAddress
  }


作者:spike

分类: Tool

创作时间:2023-07-04

更新时间:2024-12-09

联系方式放在中括号之中例如[[email protected]],回复评论在开头加上标号例如:#1