Alan_szt
Explore posts from serversDTDrizzle Team
•Created by Alan_szt on 3/29/2025 in #help
Keyword "with" is not typed
Hello. I need some help here.
https://github.com/drizzle-team/drizzle-orm/issues/4297
Any idea why the keyword "with" is not typed
1 replies
BABetter Auth
•Created by Alan_szt on 3/28/2025 in #help
Exclude role in the signup (frontend) as it should be driven from the backend
Hey Guys, I added the field role So i added this in React:
export const authClient = createAuthClient({
plugins: [inferAdditionalFields({ user: { role: { type: "string" } } })],
but now, when a user signup, we should not ask for role... this field should not be driven by the frontend.. How can exclude it?
#help
5 replies
DTDrizzle Team
•Created by Alan_szt on 2/3/2025 in #help
I don't understand why the keyword `with` is not working.

7 replies