pip install peewee

发表于 : 2020-11-03   · CC BY-NC-SA 4.0 ·   2020 人浏览

peewee 安装 pip install peewee
SQLite 安装 pip install sqlite3
MySQL 安装 pip install pymysql
Postgres 安装 pip install psycopg2

PEEWEE