File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # vn.py框架的MySQL数据库接口
1+ # VeighNa框架的MySQL数据库接口
22
33<p align =" center " >
44 <img src =" https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png " />
1818
1919### 全局配置
2020
21- 在vn.py中使用MySQL时 ,需要在全局配置中填写以下字段信息:
21+ 在VeighNa中使用MySQL时 ,需要在全局配置中填写以下字段信息:
2222
2323| 名称| 含义| 必填| 举例|
2424| ---------| ----| ---| ---|
3131
3232### 创建实例(Schema)
3333
34- vn.py不会主动为MySQL数据库创建实例 ,所以使用前请确保database.database字段中填写的的数据库实例已经创建了。
34+ VeighNa不会主动为MySQL数据库创建实例 ,所以使用前请确保database.database字段中填写的的数据库实例已经创建了。
3535
3636若实例尚未创建,可以使用【MySQL Workbench】客户端的【new_schema】进行操作。
3737
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ url = https://www.vnpy.com
55license = MIT
66author = Xiaoyou Chen
77author_email = xiaoyou.chen@mail.vnpy.com
8- description = MySQL database adapter for vn.py quant trading framework.
8+ description = MySQL database adapter for VeighNa quant trading framework.
99long_description = file: README.md
1010long_description_content_type = text/markdown
1111keywords =
You can’t perform that action at this time.
0 commit comments