May actually be better for withPgClient to be renamed to withPgClientUnbatched but it's a bit late for that now. Similarly lambda should maybe be lambdaUnbatched
Also maybe sqlResult or similar that does loadOne/loadMany-like batching for SQL.
Also we should make it so .find() supports IN queries, perhaps via a helper.
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.