Specifying PostgreSQL Schema
With using Kysely and PostgreSQL with better-auth, is there a way to explicitly set the schema for the tables to be created on.
I've tried this, 
which doesn't seem to help. I also tried creating a better_auth user which is explicitly scoped to the auth schema and nothing else, and I get this error when trying to migrate/generate with the cli.
it seems like it keeps trying to go back to the schema public.
0 Replies