cdb icon indicating copy to clipboard operation
cdb copied to clipboard

Feature Request: iterate keys

Open llimllib opened this issue 11 years ago • 2 comments

Python's cdb library has a handy function to iterate all keys in a cdb database: http://pilcrow.madison.wi.us/pycdb_doc.html

It would be awesome to be able to do the same with go-cdb.

(Also the function for # of items in a cdb is handy and would be nice)

llimllib avatar Jul 27 '13 18:07 llimllib

I created.cdb package, and it support "Sequential iteration" , "Find iteration" ,and easy create cdb file and bytes, etc. Please visite:

https://github.com/orestonce/cdb

orestonce avatar Mar 18 '21 10:03 orestonce

Cool, good luck! I wish I even remembered what I was using cdb for almost 8 years ago haha

llimllib avatar Mar 18 '21 14:03 llimllib