select

fun <T> select(connection: SQLiteConnection, query: String, mapper: (statement: SQLiteStatement) -> T): List<T>