vnpy / vnpy_sqlite

VeighNa框架的SQLite数据库接口

Home Page:https://www.vnpy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VeighNa框架的SQLite数据库接口

说明

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

使用

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

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

About

VeighNa框架的SQLite数据库接口

https://www.vnpy.com

License:MIT License


Languages

Language:Python 100.0%