Can we change the database adapter dynamically ? I have in a header named "xxx-tenant" that has as a value the name of the tenant the request is coming from. I use a "one database per tenant" setup, so every database is exactly the same in their structure, and all the better-auth instance i have a configured in the same exact way.
I'm wondering if, instead of having multiple better-auth instance (which is really hacky), i could have one better-auth instance, and on the request basis change the database address or something like that, so that the db call better-auth does is being sent to the right db. @Better Auth