# sql-model **Repository Path**: jiang516/sql-model ## Basic Information - **Project Name**: sql-model - **Description**: SQL模型 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-07 - **Last Updated**: 2024-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 主要想法 ```mermaid graph LR 1(SQL模型) --> 2(管理) 1 --> 3(引擎) 2 --> 4(模型) 2 --> 5(节点) 3 --> 6(API) 3 --> 7(达梦) 3 --> 8(Mysql) 3 --> 9(......) 6 --> 10(数据库) 6 --> 11(算子) 6 --> 12(执行器) 6 --> 13(方言) ```