<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>sqlalchemy on 我的乐与怒</title>
    <link>/tags/sqlalchemy/</link>
    <description>Recent content in sqlalchemy on 我的乐与怒</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sat, 29 Jul 2023 10:44:00 +0000</lastBuildDate><atom:link href="/tags/sqlalchemy/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>使用Flask开发应用程序（4）- 使用SQLAlchemy </title>
      <link>/post/2023-07-29-build-application-with-flask-part4/</link>
      <pubDate>Sat, 29 Jul 2023 10:44:00 +0000</pubDate>
      
      <guid>/post/2023-07-29-build-application-with-flask-part4/</guid>
      <description>ORM ORM 对象关系映射，通过将数据库映射到业务对象中，可以简化对数据库的操作，提高开发效率。我们把我们的应用改造成使用ORM来实现数据库交互。 SQLAlchemy https://www.sqlalchemy.org/ https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/ 安装 使用Flask-SQLAlchemy为Flask集成了SQLAlchemy. pip install -U Flask-SQLAlchemy 配置 SQLAlchemy 最少只需要一个配置项 SQLALCHEMY_D</description>
    </item>
    
  </channel>
</rss>
