input-output-hk / iodb

Multiversioned key-value database, especially useful for blockchain
Creative Commons Zero v1.0 Universal
95 stars 13 forks source link

Store.getAll() and Store.get() should accept versionID #26

Open publicocean0 opened 6 years ago

publicocean0 commented 6 years ago

a new feature is a snamphottable transaction option as in rocksdb

jankotek commented 6 years ago

IODB already has snapshots, but the get method does not expose it.

Store.get() should accept VersionID parameter to query data at given version.