mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-05 23:23:10 +00:00
query fixes
This commit is contained in:
parent
2e2da52b30
commit
206751a090
@ -49,7 +49,6 @@ proc dbQuery*[K](
|
||||
offset: offset,
|
||||
limit: limit)
|
||||
|
||||
|
||||
proc `$`*(id: KeyId): string = $(id.data)
|
||||
|
||||
proc toKey*(tp: typedesc[KeyId], id: cstring): KeyId = KeyId.new(id)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user