10 Commits

Author SHA1 Message Date
Ben
b7794b26ab
Pulls in leveldbstatic 0.1.4 2024-05-23 09:02:16 +02:00
benbierens
fc5a6551da
links in dispose call to leveldb wrapper 2024-05-20 09:26:49 +02:00
Dmitriy Ryajov
962c08c101
cleanup results import and some warnings (#64)
* cleanup results import and some warnings

* add some more push raises
2024-05-15 10:37:01 -07:00
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
Tomasz Bekas
50b480270f
TypedDatastore implementation 2024-05-08 14:14:47 +02:00
gmega
cadf38db57 pin chronos to the lastest commit (as of today) 2023-12-15 19:22:57 -03:00
gmega
077ab3d077 explicitly change chronos to pick up from head 2023-12-15 19:22:57 -03:00
gmega
5d1755081c explicitly annotate iterator exception effects so it does not default to raises: [Exception] 2023-12-15 19:22:57 -03:00
Michael Bradley, Jr
0c5d805257
refactor base API to be async
and refactor Datastore impls and tests accordingly

Closes #7
2022-07-04 22:28:41 -05:00
Michael Bradley, Jr
a9b00efbd6 initial implementation 2022-06-22 13:16:43 -05:00