<slide>
<title>CouchDB: Query</title>

<list>
	<bullet>Lookups on primary key (*_id*) is default</bullet>
	<bullet>Secondary keys are done through Map/Reduce views</bullet>
</list>
<break/>

<blurb>Looking up the user document "derick@localhost":</blurb>
<example>
curl -XGET localhost:5984/users/derick@localhost
</example>

</slide>
