File tree Expand file tree Collapse file tree 4 files changed +16
-19
lines changed
source/content/pages/05-data Expand file tree Collapse file tree 4 files changed +16
-19
lines changed Original file line number Diff line number Diff line change @@ -3408,12 +3408,11 @@ <h3>Django's ORM</h3>
34083408read up on advanced use cases and tools for doing your best work within the
34093409existing 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 >
34173416extension.</ p >
34183417< h3 > Peewee</ h3 >
34193418< p > < a href ="https://peewee.readthedocs.org/en/latest/ "> Peewee</ a > is a Python ORM
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 >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 >
Original file line number Diff line number Diff line change @@ -168,12 +168,11 @@ <h3>Django's ORM</h3>
168168read up on advanced use cases and tools for doing your best work within the
169169existing 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 >
177176extension.</ p >
178177< h3 > Peewee</ h3 >
179178< p > < a href ="https://peewee.readthedocs.org/en/latest/ "> Peewee</ a > is a Python ORM
Original file line number Diff line number Diff 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/ )
176175extension.
177176
178177
You can’t perform that action at this time.
0 commit comments