SQLite database adapter for vn.py quant trading framework.
Project description
vn.py框架的SQLite数据库接口
说明
基于peewee开发的SQLite数据库接口,无需另外安装配置数据库软件,易于使用适合初学者用户。
使用
在vn.py中使用SQLite时,需要在全局配置中填写以下字段信息:
| 名称 | 含义 | 必填 | 举例 |
|---|---|---|---|
| database.name | 名称 | 是 | sqlite |
| database.database | 实例 | 是 | database.db |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vnpy_sqlite-1.0.0.tar.gz
(5.2 kB
view details)
File details
Details for the file vnpy_sqlite-1.0.0.tar.gz.
File metadata
- Download URL: vnpy_sqlite-1.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca8dd733cf87e5735ad7a71739eca262f2d171c2e555e2748d05671855f9cc93
|
|
| MD5 |
9977325af710fa9920df5a252cbeaa00
|
|
| BLAKE2b-256 |
835aa72ed0b16a90c0327ba2287c02703600e3491d034f5f8ae9822246aa8deb
|