slide tweaks

This commit is contained in:
Oliver Kennedy 2018-01-31 15:13:26 -05:00
parent f342708ea8
commit 1e890be636

View file

@ -369,6 +369,19 @@
<dd>A primitive value (for now)</dd>
</dl>
</section>
<section>
<svg data-src="graphics/2018-01-29-db_as_mediator.svg" />
</section>
<section>
<pre><code class="python">
with db_open('Trees') as data:
for record in data:
if(records['BORONAME'] == 'Brooklyn'):
print(fields['TREE_ID']);
</code></pre>
</section>
</section>