selectRecords

fun <T : Any> selectRecords(mapper: (key: String, blob: ByteArray) -> T): Query<T>
fun selectRecords(): Query<Blobs>