13 lines
764 B
Markdown
13 lines
764 B
Markdown
|
|
# Python 101:第 34 集 SQLAlchemy 包
|
|||
|
|
|
|||
|
|
> 原文:<https://www.blog.pythonlibrary.org/2018/11/20/python-101-episode-34-the-sqlalchemy-package/>
|
|||
|
|
|
|||
|
|
在这个截屏中,我们了解了流行的 SQLAlchemy 包。SQLAlchemy 是 Python 的一个对象关系映射器,它允许你以一种“Python 式”的方式与数据库交互。
|
|||
|
|
|
|||
|
|
[https://www.youtube.com/embed/xMT3ckHOrx0?feature=oembed](https://www.youtube.com/embed/xMT3ckHOrx0?feature=oembed)
|
|||
|
|
|
|||
|
|
你也可以在这里阅读本视频所依据的章节,或者在 [Leanpub](https://leanpub.com/python_101) 上找到这本书
|
|||
|
|
|
|||
|
|
[]( https://leanpub.com/python_101)
|
|||
|
|
|
|||
|
|
注意:这个视频是几年前录制的,所以 SQLAlchemy 中可能会有一些小的 API 变化。
|