summaryrefslogtreecommitdiff
path: root/reveal.js/sqlalchemy.html
diff options
context:
space:
mode:
authorSimeon Simeonov2022-01-26 18:46:50 +0100
committerSimeon Simeonov2022-01-26 18:46:50 +0100
commit29c52d98bf7feb132a1857cce2058ec7134e4b0f (patch)
tree632d989dd16a2cb92820697af49b89f4fca1f9fb /reveal.js/sqlalchemy.html
parent85c1bd41d6b3b985bb6794ebe066128c51e7c8fd (diff)
Add postgresql_tuning.html python.html timetravel.html and update sqlalchemy.html and demo.html
Diffstat (limited to 'reveal.js/sqlalchemy.html')
-rwxr-xr-xreveal.js/sqlalchemy.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/reveal.js/sqlalchemy.html b/reveal.js/sqlalchemy.html
index 6acd9b7..96f83e7 100755
--- a/reveal.js/sqlalchemy.html
+++ b/reveal.js/sqlalchemy.html
@@ -62,7 +62,6 @@
62 <li><p>object-orientation - you work with objects instead of tables and rows</p></li> 62 <li><p>object-orientation - you work with objects instead of tables and rows</p></li>
63 <li><p>performance - exploits the likehood of reusing a particular query</p></li> 63 <li><p>performance - exploits the likehood of reusing a particular query</p></li>
64 <li><p>flexibility - you can override almost anything</p></li> 64 <li><p>flexibility - you can override almost anything</p></li>
65 <li><p>0.0125 karma points for each MB transferred (2021)</p></li>
66 </ul> 65 </ul>
67 </section> 66 </section>
68 67
@@ -302,10 +301,6 @@
302 </pre> 301 </pre>
303 </section> 302 </section>
304 303
305 <section data-background="http://i.giphy.com/90F8aUepslB84.gif">
306 <h2>... there is more???</h2>
307 </section>
308
309 <section> 304 <section>
310 <h2>Some nice features</h2> 305 <h2>Some nice features</h2>
311 <pre data-id="code-animation"> 306 <pre data-id="code-animation">