Hey there,
I’m wondering if someone has a comment on “what is the right way to set a schema” in a Exposed, Hikari, Postgres - Setup. I did it in various ways (per transaction, in hikari config) and i finally start to understand that i broke other stuff with it (e.g. transaction_isolation…) so the last thing i found was this Issue on the Hikari Repo. Therefore i tried to set the schema via the database url like this. Maybe someone faced something similar?