selectAllFrom

open infix fun <T : Any> selectAllFrom(table: Table<T>): Uni<List<T>>