05 2021 档案
摘要:准备数据 创建表 -- 创建数据库 create database test charset=utf8; -- 使用数据库 use test; -- students表 create table students( id int unsigned primary key auto_increment
阅读全文
摘要:SQLalchemy 基本使用 安装 SQLAlchemy pip install SQLalchemy 使用实例 结合这篇内容准备DB和数据 - MySQL 初步学习 model.py # coding: utf-8 from sqlalchemy import Column, DECIMAL,
阅读全文

浙公网安备 33010602011771号