Ben Bierens 0ee88a2a9b
Adds LevelDB Datastore (#63)
* set up leveldb-datastore

* Adds test for leveldb

* pulls in nim-leveldb by url and hash

* Fixes basic tests for leveldbds

* Implements query iterator

* Fixes include path for defaultImpl

* Review comments by Tomasz
2024-05-14 11:05:58 +02:00
2024-01-10 16:54:14 +01:00
2024-05-14 11:05:58 +02:00
2024-05-14 11:05:58 +02:00
2022-06-22 13:16:43 -05:00
2022-06-22 13:16:43 -05:00
2022-06-22 13:16:43 -05:00
2023-03-09 10:24:44 +01:00
2024-05-14 11:05:58 +02:00
2024-05-14 11:05:58 +02:00
2022-06-22 13:16:43 -05:00
2022-06-22 13:16:43 -05:00
2022-06-22 13:16:43 -05:00

nim-datastore

License: Apache License: MIT Stability: experimental Tests

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:

at your option. The contents of this repository may not be copied, modified, or distributed except according to those terms.

Description
Simple, unified API for multiple data stores
Readme
Languages
Nim 100%