fons / cl-mongo

lisp interface to mongo db
fons.github.com/cl-mongo
MIT License
143 stars 31 forks source link

Added routine to query a document for keys. #6

Closed pnathan closed 12 years ago

pnathan commented 12 years ago

Commit message: Added GET-KEYS on a document. This is useful in a heterogenous collection where different documents have different keys and each may need to be queried and action dispatched separately.

I see it as similar to the function ALEXANDRIA:HASH-TABLE-KEYS.

fons commented 12 years ago

done