createAll

inline fun <T : Any> createAll(table: String, values: List<T>): Flow<Resource<Failure, List<T>>>