How to perform multiple queries?

I have multiple queries that I would like to do at the same time in order to save network traffic back and forth N times.
I see that the "Batch" section of the docs applies to LibSQL and to D1. But I am using Postgres.
Do I have any options in Postgres?
(Besides just writing the SQL query raw I guess, which I want to hopefully avoid.)
Was this page helpful?