File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ <h2>Connecting to a database with Python</h2>
128128</ div >
129129< div class ="section " id ="object-relational-mapping ">
130130< h2 > Object-Relational Mapping</ h2 >
131- < p > Object-relational mappers (ORMs) allow developers to access data from a
132- backend by writing with Python code instead of SQL queries. Each web
131+ < p > Object-Relational mappers (ORMs) allow developers to access data from a
132+ backend by writing Python code instead of SQL queries. Each web
133133application framework handles integrating ORMs differently.</ p >
134134< p > Django provides an ORM with its core functionality. Flask leaves using an
135135ORM up to an extension, such as
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-02-10T08:09:39Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-02-10T08:11:48Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ single file-based database.
7979-------------------------
8080Object-Relational Mapping
8181-------------------------
82- Object-relational mappers (ORMs) allow developers to access data from a
83- backend by writing with Python code instead of SQL queries. Each web
82+ Object-Relational mappers (ORMs) allow developers to access data from a
83+ backend by writing Python code instead of SQL queries. Each web
8484application framework handles integrating ORMs differently.
8585
8686Django provides an ORM with its core functionality. Flask leaves using an
You can’t perform that action at this time.
0 commit comments