Translate zh/engines/database-engines/sqlite: fix engine parameters

This commit is contained in:
cnmade 2022-02-07 11:46:00 +08:00
parent 02be572625
commit a584d962d6

View File

@ -14,7 +14,7 @@ toc_title: SQLite
ENGINE = SQLite('db_path')
```
** 引擎参数 **
**引擎参数**
- `db_path` — SQLite 数据库文件的路径.