findById

inline fun <T : Any> findById(table: String, id: Any, primaryKey: String = DEFAULT_PRIMARY_KEY): Flow<Resource<Failure, T>>