diff --git a/README.md b/README.md index 8b3a173..6141cd8 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ SQLlin supports these platforms: - Linux (x64) - Windows (mingwX64) -The structure design of SQLlin is shown in the figure: +The architecture design of SQLlin is shown in the figure: -![sqllin-structure](sqllin-structure.png) +![sqllin-architecture](sqllin-architecture.png) SQLlin has two major parts: _sqllin-dsl_ and _sqllin-driver_. The _sqllin-driver_ is a common multiplatform SQLite low-level API, most of the time it is not recommended to use it directly. The _sqllin-dsl_ is the SQL statements DSL implementation and based on _sqllin-driver_. diff --git a/README_CN.md b/README_CN.md index e5bc0ee..0197ff5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -39,7 +39,7 @@ SQLlin 支持如下平台: SQLlin 的架构设计如下图所示: -![sqllin-structure](sqllin-structure.png) +![sqllin-architecture](sqllin-architecture.png) SQLlin 拥有两个主要部分:_sqllin-dsl_ 与 _sqllin-driver_。_sqllin-driver_ 是一套通用的多平台 SQLite 低阶 API,大多数情况下不推荐直接使用。 _sqllin-dsl_ 是 SQL 语句的 DSL 实现并且它基于 _sqllin-driver_。 diff --git a/sqllin-architecture.png b/sqllin-architecture.png new file mode 100644 index 0000000..7b6b73b Binary files /dev/null and b/sqllin-architecture.png differ diff --git a/sqllin-structure.png b/sqllin-structure.png deleted file mode 100644 index 4b61cfb..0000000 Binary files a/sqllin-structure.png and /dev/null differ