After looking through the tutorial at Multi-tenancy | Fauna Documentation I noticed on Step 4 that to work with a child database you have to create a new shell and supply the secret for the child database. This gives the shell the context for future queries and commands.
I was wondering, is it possible to have this ‘new context’ switch from within a parent UDF?
I’d love to be able to call a parent function supplying it with a child database secret and have It query on my behalf.