geekdoc-python-zh/docs/pythonlibrary/python-101-episode-34-the-s...

13 lines
764 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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) 上找到这本书
[![](img/4ae2f9205f7dc936a68034f424df112f.png)]( https://leanpub.com/python_101)
注意:这个视频是几年前录制的,所以 SQLAlchemy 中可能会有一些小的 API 变化。