selectRecords

fun <T : Any> selectRecords(mapper: (_id: Long, key: String, record: String) -> T): Query<T>
fun selectRecords(): Query<Records>