ok figured it out:

x = conn.query('dev_t', 't2', include_docs=True)
for r in x:
  print r.key['id']


i just started using nonsql. i just use on unique field as key:

key                     value
id :      { id: bla, msg_id: blubb, foo: bar}

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to