003Flask SQLAlchemy初探

一、目录结构

在codingdict博客基础上做的整理

❯ tree
.
├── 001Flask
│   └── Flask-SQLAlchemy
│       ├── app.py
│       ├── arun
│       │   ├── new.html
│       │   └── show_all.html
│       └── students.sqlite3
└── README.md

代码链接: https://gitee.com/arunyang/python/tree/master/001Flask/Flask-SQLAlchemy

Reference: https://codingdict.com/article/4883

posted @ 2021-10-22 00:58  arun_python  阅读(32)  评论(0编辑  收藏  举报