mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-02-07 23:33:31 +00:00
This adds tracking of open iterators to leveldbds so that when one attempts to close it, iterators are disposed of first. It also adds automatic disposal if iterators are completely consumed. fixes #82
nim-datastore
Simple, unified API for multiple data stores.
Inspired by the Python library datastore.
Stability
nim-datastore is currently marked as experimental and may be subject to breaking changes across any version bump until it is marked as stable.
License
nim-datastore is licensed and distributed under either of:
- Apache License, Version 2.0: LICENSE-APACHEv2 or https://opensource.org/licenses/Apache-2.0
- MIT license: LICENSE-MIT or http://opensource.org/licenses/MIT
at your option. The contents of this repository may not be copied, modified, or distributed except according to those terms.
Description
Languages
Nim
100%