pgSchemas and BetterAuth
I am trying to integrate better auth and drizzle into a new Elysia app, and had some questions regarding separating schemas in my db.
I want to put the users, accounts, verifications, and sessions on an
auth
schema and the rest on a public schema.
Can someone give me a sanity check to make sure I am doing this right?
0 Replies