Level / classic-level

An abstract-level database backed by LevelDB.
MIT License
61 stars 13 forks source link

Does iterator read from a snapshot? #14

Closed ronag closed 2 years ago

ronag commented 2 years ago

i.e. does an iterator include writes that happened after the iterator was created?

vweevers commented 2 years ago

Should be covered by https://github.com/Level/classic-level#iterator. If not, LMK what's missing in the docs

ronag commented 2 years ago

I missed it.