I'm imagining something like the following: ```js fastify.pg.transact(async (client) => { // all queries being done by this client are done within a transaction. }) ```