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 =