Is there an `At` equivalent for child databases?

I’d like to have all calls in a particular section of my query to use a child database without having to explicitly specify the database for each Match, Ref, Create, etc.

While it is possible to read from a child database in a query, you cannot perform writes in a child database without establishing a client connection specific to that child database.