Content-Length: 388921 | pFad | http://github.com/Rub3nC/fullstackpython.com/commit/a7d69f87f68595ac3792d9b57746b49c82d7045d

42 new orm resource · Rub3nC/fullstackpython.com@a7d69f8 · GitHub
Skip to content

Commit a7d69f8

Browse files
committed
new orm resource
1 parent 13caec6 commit a7d69f8

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

all.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8580,7 +8580,7 @@ <h3>Django's ORM</h3>
85808580
for simple and medium-complexity database operations. However, there are often
85818581
complaints that the ORM makes complex queries much more complicated than
85828582
writing straight SQL or using <a href="http://www.sqlalchemy.org/">SQLAlchemy</a>.</p>
8583-
<p>It's technically possible to drop down to SQL but it ties the queries to a
8583+
<p>It is technically possible to drop down to SQL but it ties the queries to a
85848584
specific database implementation. The ORM is coupled closely with Django so
85858585
replacing the default ORM with SQLAlchemy is currently a hack workaround. Note
85868586
though that some of the Django core committers believe it is only a matter of
@@ -8673,6 +8673,13 @@ <h3>General ORM resources</h3>
86738673
and another one from Ted entitled
86748674
<a href="http://blogs.tedneward.com/post/thoughts-on-vietnam-commentary/">thoughts on Vietnam commentary</a>.</p>
86758675
</li>
8676+
<li>
8677+
<p><a href="https://medium.com/@bradurani/turning-the-tables-how-to-get-along-with-your-object-relational-mapper-e5d2d6a76573">Turning the Tables: How to Get Along with your Object-Relational Mapper</a>
8678+
coins the funny but insightful phrase "database denial" to describe how
8679+
some ORMs provide a usage model that can cause more issues than they
8680+
solve over straight SQL queries. The post then goes into much more detail
8681+
about the problems that can arise and how to mitigate or avoid them.</p>
8682+
</li>
86768683
</ul>
86778684
<h3>SQLAlchemy and Peewee resources</h3>
86788685
<p>A comprehensive list of <a href="/sqlalchemy.html">SQLAlchemy</a> and

object-relational-mappers-orms.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h3>Django's ORM</h3>
158158
for simple and medium-complexity database operations. However, there are often
159159
complaints that the ORM makes complex queries much more complicated than
160160
writing straight SQL or using <a href="http://www.sqlalchemy.org/">SQLAlchemy</a>.</p>
161-
<p>It's technically possible to drop down to SQL but it ties the queries to a
161+
<p>It is technically possible to drop down to SQL but it ties the queries to a
162162
specific database implementation. The ORM is coupled closely with Django so
163163
replacing the default ORM with SQLAlchemy is currently a hack workaround. Note
164164
though that some of the Django core committers believe it is only a matter of
@@ -251,6 +251,13 @@ <h3>General ORM resources</h3>
251251
and another one from Ted entitled
252252
<a href="http://blogs.tedneward.com/post/thoughts-on-vietnam-commentary/">thoughts on Vietnam commentary</a>.</p>
253253
</li>
254+
<li>
255+
<p><a href="https://medium.com/@bradurani/turning-the-tables-how-to-get-along-with-your-object-relational-mapper-e5d2d6a76573">Turning the Tables: How to Get Along with your Object-Relational Mapper</a>
256+
coins the funny but insightful phrase "database denial" to describe how
257+
some ORMs provide a usage model that can cause more issues than they
258+
solve over straight SQL queries. The post then goes into much more detail
259+
about the problems that can arise and how to mitigate or avoid them.</p>
260+
</li>
254261
</ul>
255262
<h3>SQLAlchemy and Peewee resources</h3>
256263
<p>A comprehensive list of <a href="/sqlalchemy.html">SQLAlchemy</a> and

source/content/pages/09-data/06-object-relational-mappers.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ for simple and medium-complexity database operations. However, there are often
155155
complaints that the ORM makes complex queries much more complicated than
156156
writing straight SQL or using [SQLAlchemy](http://www.sqlalchemy.org/).
157157

158-
It's technically possible to drop down to SQL but it ties the queries to a
158+
It is technically possible to drop down to SQL but it ties the queries to a
159159
specific database implementation. The ORM is coupled closely with Django so
160160
replacing the default ORM with SQLAlchemy is currently a hack workaround. Note
161161
though that some of the Django core committers believe it is only a matter of
@@ -256,6 +256,12 @@ For now, we'll lump schema migration resources under ORM links below.
256256
and another one from Ted entitled
257257
[thoughts on Vietnam commentary](http://blogs.tedneward.com/post/thoughts-on-vietnam-commentary/).
258258

259+
* [Turning the Tables: How to Get Along with your Object-Relational Mapper](https://medium.com/@bradurani/turning-the-tables-how-to-get-along-with-your-object-relational-mapper-e5d2d6a76573)
260+
coins the funny but insightful phrase "database denial" to describe how
261+
some ORMs provide a usage model that can cause more issues than they
262+
solve over straight SQL queries. The post then goes into much more detail
263+
about the problems that can arise and how to mitigate or avoid them.
264+
259265

260266
### SQLAlchemy and Peewee resources
261267
A comprehensive list of [SQLAlchemy](/sqlalchemy.html) and

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Rub3nC/fullstackpython.com/commit/a7d69f87f68595ac3792d9b57746b49c82d7045d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy