"Model" module from @effect/sql

Hi, I have being playing with Model from "@effect/sql" but I could not find any way to list data. The only method found was "findById", but no findAll or findAll({ where: {...}, sort: {...}, limit: ..., }). Also Model.makeRepository, and Model.makeDataLoaders looks almost the same, I dig into the source code and found the usage of SqlResolver, and batching but I don't get how to use it.
Was this page helpful?