mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-03 22:23:10 +00:00
fix merge
This commit is contained in:
parent
a4f0c48392
commit
1fd80c6f2b
@ -204,7 +204,7 @@ method put*[BT](self: ThreadDatastore[BT],
|
||||
return ctx[].res.toRes()
|
||||
|
||||
method put*[DB](
|
||||
self: ThreadDatastore,
|
||||
self: ThreadDatastore[DB],
|
||||
batch: seq[BatchEntry]): Future[?!void] {.async.} =
|
||||
## put batch data
|
||||
for entry in batch:
|
||||
|
||||
@ -63,7 +63,6 @@ for i in 1..N:
|
||||
key = Key.init("/a/b").tryGet()
|
||||
bytes = "some bytes".toBytes
|
||||
otherBytes = "some other bytes".toBytes
|
||||
|
||||
|
||||
setup:
|
||||
sqlStore = newSQLiteBackend[KeyId, DataBuffer](Memory).tryGet()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user