Skip to content

Files

Latest commit

401eaf0 · Aug 21, 2023

History

History
28 lines (21 loc) · 866 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 866 Bytes

MongoDB database interface for VeighNa Framework

Description

MongoDB database interface based on pymongo 4.1.1.

Use

When using MongoDB in VeighNa, you need to fill in the following field information in the global configuration:

Name Meaning Required Example
database.name Name Yes mongodb
database.host Address Yes localhost
database.port Port Yes 27017
database.database Instance Yes vnpy
database.user Username No
database.password Password No