Skip to content

Commit c1e9f03

Browse files
committed
tweaking sqlalchemy wording
1 parent 846c6c8 commit c1e9f03

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

all.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3408,12 +3408,11 @@ <h3>Django's ORM</h3>
34083408
read up on advanced use cases and tools for doing your best work within the
34093409
existing framework.</p>
34103410
<h3>SQLAlchemy</h3>
3411-
<p><a href="http://www.sqlalchemy.org/">SQLAlchemy</a> is
3412-
currently the most respected Python ORM because it typically get the
3413-
abstraction level "just right" and seems to make complex database queries
3414-
easier to write than the Django ORM in most cases. SQLAlchemy is typically
3415-
used with Flask as the database ORM via the
3416-
<a href="https://pythonhosted.org/Flask-SQLAlchemy/">Flask-SQLAlchemy</a>
3411+
<p><a href="http://www.sqlalchemy.org/">SQLAlchemy</a> is a well-regarded
3412+
Python ORM because it gets the abstraction level "just right" and
3413+
seems to make complex database queries easier to write than the Django
3414+
ORM in most cases. SQLAlchemy is typically used with Flask as the database
3415+
ORM via the <a href="https://pythonhosted.org/Flask-SQLAlchemy/">Flask-SQLAlchemy</a>
34173416
extension.</p>
34183417
<h3>Peewee</h3>
34193418
<p><a href="https://peewee.readthedocs.org/en/latest/">Peewee</a> is a Python ORM

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>2015-06-16T09:24:33Z</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>2015-06-16T09:25:34Z</updated></feed>

object-relational-mappers-orms.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,11 @@ <h3>Django's ORM</h3>
168168
read up on advanced use cases and tools for doing your best work within the
169169
existing framework.</p>
170170
<h3>SQLAlchemy</h3>
171-
<p><a href="http://www.sqlalchemy.org/">SQLAlchemy</a> is
172-
currently the most respected Python ORM because it typically get the
173-
abstraction level "just right" and seems to make complex database queries
174-
easier to write than the Django ORM in most cases. SQLAlchemy is typically
175-
used with Flask as the database ORM via the
176-
<a href="https://pythonhosted.org/Flask-SQLAlchemy/">Flask-SQLAlchemy</a>
171+
<p><a href="http://www.sqlalchemy.org/">SQLAlchemy</a> is a well-regarded
172+
Python ORM because it gets the abstraction level "just right" and
173+
seems to make complex database queries easier to write than the Django
174+
ORM in most cases. SQLAlchemy is typically used with Flask as the database
175+
ORM via the <a href="https://pythonhosted.org/Flask-SQLAlchemy/">Flask-SQLAlchemy</a>
177176
extension.</p>
178177
<h3>Peewee</h3>
179178
<p><a href="https://peewee.readthedocs.org/en/latest/">Peewee</a> is a Python ORM

source/content/pages/05-data/04-object-relational-mappers.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,11 @@ existing framework.
167167

168168

169169
### SQLAlchemy
170-
[SQLAlchemy](http://www.sqlalchemy.org/) is
171-
currently the most respected Python ORM because it typically get the
172-
abstraction level "just right" and seems to make complex database queries
173-
easier to write than the Django ORM in most cases. SQLAlchemy is typically
174-
used with Flask as the database ORM via the
175-
[Flask-SQLAlchemy](https://pythonhosted.org/Flask-SQLAlchemy/)
170+
[SQLAlchemy](http://www.sqlalchemy.org/) is a well-regarded
171+
Python ORM because it gets the abstraction level "just right" and
172+
seems to make complex database queries easier to write than the Django
173+
ORM in most cases. SQLAlchemy is typically used with Flask as the database
174+
ORM via the [Flask-SQLAlchemy](https://pythonhosted.org/Flask-SQLAlchemy/)
176175
extension.
177176

178177

0 commit comments

Comments
 (0)