From a7ebbb05840c9462522a3d77602ba949973134ae Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Sun, 19 Sep 2021 11:24:27 +0800 Subject: [PATCH] =?UTF-8?q?[Mod]=20=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- setup.cfg | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b71af13..f84d4c9 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,13 @@ ## 说明 -基于peewee开发的SQLite数据库接口,无需额外安装和配置数据库软件,易于使用适合初学者用户。 \ No newline at end of file +基于peewee开发的SQLite数据库接口,无需另外安装配置数据库软件,易于使用适合初学者用户。 + +## 使用 + +在vn.py中使用SQLite时,需要在全局配置中填写以下字段信息: + +|名称|含义|必填|举例| +|---------|----|---|---| +|database.name|名称|是|sqlite| +|database.database|实例|是|database.db| diff --git a/setup.cfg b/setup.cfg index 93a2849..7fc3c4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ url = https://www.vnpy.com license = MIT author = Xiaoyou Chen author_email = xiaoyou.chen@mail.vnpy.com -description = SQLite database manager for vn.py quant trading framework. +description = SQLite database adapter for vn.py quant trading framework. long_description = file: README.md long_description_content_type = text/markdown keywords =