get

fun <T : Any> get(id: ByteArray, mapper: (id: ByteArray, valu: ByteArray) -> T): Query<T>
fun get(id: ByteArray): Query<WKvpDb>