pip安装依赖psycopg2
摘要:说明 在学习Fastapi的过程中链接, 使用psycopg2库连接postgresql数据库。 在执行pip install psycopg2时,报错: (venv) ✘ ~/Documents/workspace/learning_fastapi master ± (venv)
阅读全文
posted @
2022-04-25 13:35
Toliong
阅读(1039)
推荐(0)
1.FastAPI介绍
摘要:FastAPI介绍 一、 Fastapi是什么 FastAPI 框架,高性能,易于学习,高效编码,生产可用 FastAPI 是一个用于构建 API 的现代、快速(高性能)的 web 框架,使用 Python 3.6+ 并基于标准的 Python 类型提示。 二、Fastapi特点 快速:可与 Nod
阅读全文
posted @
2022-04-01 16:29
Toliong
阅读(867)
推荐(0)