withPgClientBatched
or similar helper to do a batched form of withPgClient
#2212
Labels
withPgClientBatched
or similar helper to do a batched form of withPgClient
#2212
May actually be better for
withPgClient
to be renamed towithPgClientUnbatched
but it's a bit late for that now. Similarlylambda
should maybe belambdaUnbatched
Also maybe
sqlResult
or similar that doesloadOne
/loadMany
-like batching for SQL.Also we should make it so
.find()
supportsIN
queries, perhaps via a helper.The text was updated successfully, but these errors were encountered: