# Interfaces
Iterator is the interface for iterators for KVDB
Next should returns the next item with error=nil whenever has next item otherwise returns KVItem{}, io.EOF When failed, returns KVItem{}, error.
KVDBEngine defines the interface of a KVDB engine implementation.