Skip to content

Commit b019c71

Browse files
committed
[Mod] 更新README.md
1 parent 6e8ffd3 commit b019c71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vn.py框架的PostgreSQL数据库接口
1+
# VeighNa框架的PostgreSQL数据库接口
22

33
<p align="center">
44
<img src ="https://vnpy.oss-cn-shanghai.aliyuncs.com/vnpy-logo.png"/>
@@ -7,7 +7,7 @@
77
<p align="center">
88
<img src ="https://img.shields.io/badge/version-1.0.0-blueviolet.svg"/>
99
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
10-
<img src ="https://img.shields.io/badge/python-3.7-blue.svg" />
10+
<img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
1111
</p>
1212

1313
## 说明
@@ -18,7 +18,7 @@
1818

1919
### 全局配置
2020

21-
在vn.py中使用PostgreSQL时,需要在全局配置中填写以下字段信息:
21+
在VeighNa中使用PostgreSQL时,需要在全局配置中填写以下字段信息:
2222

2323
|名称|含义|必填|举例|
2424
|---------|----|---|---|
@@ -29,10 +29,10 @@
2929
|database.user|用户名||postgres|
3030
|database.password|密码||123456|
3131

32-
请注意,vn.py不会主动为关系型数据库创建数据库,所以请确保你所填的database.database字段对应的数据库已经创建好了。若未创建数据库,请手动连上数据库并创建。
32+
请注意,VeighNa不会主动为关系型数据库创建数据库,所以请确保你所填的database.database字段对应的数据库已经创建好了。若未创建数据库,请手动连上数据库并创建。
3333

3434
### 创建实例
3535

36-
vn.py不会主动为PostgreSQL数据库创建实例,所以使用前请确保database.database字段中填写的的数据库实例已经创建了。
36+
VeighNa不会主动为PostgreSQL数据库创建实例,所以使用前请确保database.database字段中填写的的数据库实例已经创建了。
3737

3838
若实例尚未创建,可以使用【pgAdmin 4】客户端的【Create Database】进行操作。

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url = https://www.vnpy.com
55
license = MIT
66
author = Xiaoyou Chen
77
author_email = [email protected]
8-
description = PostgreSQL database adapter for vn.py quant trading framework.
8+
description = PostgreSQL database adapter for VeighNa quant trading framework.
99
long_description = file: README.md
1010
long_description_content_type = text/markdown
1111
keywords =

0 commit comments

Comments
 (0)