Skip to content

Commit

Permalink
Merge pull request #46 from qiaoyuang/main
Browse files Browse the repository at this point in the history
Modify the structure image
  • Loading branch information
qiaoyuang authored Sep 20, 2023
2 parents 22f17ad + 1cd1d91 commit 47f4888
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_.
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
Binary file added sqllin-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed sqllin-structure.png
Binary file not shown.

0 comments on commit 47f4888

Please sign in to comment.