mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-12 18:43:17 +00:00
setup query
This commit is contained in:
parent
57e2a70276
commit
8699cfe671
@ -245,6 +245,9 @@ proc queryTask[DB](
|
||||
for item in handle.iter():
|
||||
executeTask(ctx):
|
||||
item
|
||||
|
||||
executeTask(ctx):
|
||||
(ref QueryEndedError)(msg: "done")
|
||||
|
||||
method query*(
|
||||
self: ThreadDatastore,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user