pycon
Video is up for my Pycon.ca talk, The SQLAlchemy Session – In Depth. In this talk, I delve into the key philosophies behind the design of SQLAlchemy’s Session system. Starting with a brief review of the ACID model, I contrast the approach of the so-called “active record” pattern to that of the more explicit Session pattern, and how the two approaches integrate with the ACID model at work within a relational database. Afterwards, I present an HTML animation of a Session object at work.
我的Pycon.ca演讲“ SQLAlchemy会话-深入”中有视频。 在本次演讲中,我将深入探讨SQLAlchemy的Session系统设计背后的主要理念。 从对ACID模型的简要回顾开始,我将所谓的“活动记录”模式的方法与更明确的Session模式的方法进行了对比,并比较了这两种方法如何与ACID模型在关系数据库中的集成。 然后,我展示了工作中的Session对象HTML动画。
翻译自: https://www.pybloggers.com/2012/11/pycon-canada-the-sqlalchemy-session-in-depth/
pycon