mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-04 22:53:08 +00:00
reorg
This commit is contained in:
parent
8ce566a99b
commit
5f84ed4bda
@ -46,13 +46,13 @@ method put*(self: FSDatastore,
|
||||
batch: seq[BatchEntry]): Future[?!void] {.async.} =
|
||||
await self.db.put(batch)
|
||||
|
||||
method close*(self: FSDatastore): Future[?!void] {.async.} =
|
||||
await self.db.close()
|
||||
|
||||
method query*(self: FSDatastore,
|
||||
q: Query): Future[?!QueryIter] {.async.} =
|
||||
await self.db.query(q)
|
||||
|
||||
method close*(self: FSDatastore): Future[?!void] {.async.} =
|
||||
await self.db.close()
|
||||
|
||||
proc new*(
|
||||
T: type FSDatastore,
|
||||
root: string,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user