chickadee » leveldb » leveldb-iter-seek

leveldb-iter-seek it keyprocedure

Move it to the absolute position specified. If key is a string or chicken.blob, the iterator will be placed on the first entry equal to or after key. key may also be the symbols first and last to seek to the start and the end of the database respectively.