You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/09-data/08-peewee.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Any of the common relational database backends such as
39
39
still required. The chart below shows a few example configurations
40
40
that could use Peewee as an ORM.
41
41
42
-
<imgsrc="/img/visuals/sqlalchemy-orm-example.png"width="100%"alt="Example SQLAlchemy configurations with different web frameworks."class="technical-diagram"></a>
42
+
<imgsrc="/img/visuals/peewee-orm-example.png"width="100%"alt="Example Peewee configurations with different web frameworks."class="technical-diagram"></a>
43
43
44
44
<divclass="well see-also">Peewee is an implementation of the <ahref="/object-relational-mappers-orms.html">object-relational mapping (ORM)</a> concept. Learn more in the <ahref="/data.html">data</a> chapter or view <ahref="/table-of-contents.html">all topics</a>.</div>
0 commit comments