Namedb iter seek
This merge request extends the namedb api for following operations:
-
clear()
which equals to deletion of all entries in the database -
iter_seek()
which returns an iterator to given key (or first, last, leq, geq)- this is not supported in the trie yet, but it works for lmdb backend The unittests are extended to cover these operations.