Skip to content

grzeng-go/vnpy_mongodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VeighNa框架的MongoDB数据库接口

说明

基于pymongo 4.1.1 开发的MongoDB数据库接口。

使用

在VeighNa中使用MongoDB时,需要在全局配置中填写以下字段信息:

名称 含义 必填 举例
database.name 名称 mongodb
database.host 地址 localhost
database.port 端口 27017
database.database 实例 vnpy
database.user 用户名
database.password 密码

About

VeighNa框架的MongoDB数据库接口

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%