selectRecords

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