Skip to content

vnpy/vnpy_sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VeighNa框架的SQLite数据库接口

说明

基于peewee开发的SQLite数据库接口,无需另外安装配置数据库软件,易于使用适合初学者用户。

使用

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

名称 含义 必填 举例
database.name 名称 sqlite
database.database 实例 database.db