dex
TTCTheo's Typesafe Cult
•Created by dex on 10/16/2024 in #questions
Need help making a drizzle query
I have the following schema
How do I select user and join the picture and signature?
I cant seem to have both picture and signature in one object.
4 replies
TTCTheo's Typesafe Cult
•Created by dex on 1/19/2024 in #questions
How to stop outline from showing after closing dropdown?
6 replies
TTCTheo's Typesafe Cult
•Created by dex on 12/28/2023 in #questions
Error when running `pnpm db:push`
When i try to
pnpm db:push
i get this error
Package JSON:
8 replies
TTCTheo's Typesafe Cult
•Created by dex on 10/21/2023 in #questions
Drizzle migration error with Example table.
6 replies
TTCTheo's Typesafe Cult
•Created by dex on 10/10/2022 in #questions
How does NextAuth save user info to the database with the prisma adapter?
Is it possible to see the function that nextauth calls to save user info to the database?
Is there a way to console.log what the Provider returns after signing in?
I'd like to add one more field to the User schema like their Facebook Public Profile ID after signing in when using FacebookProvider but I don't know where to start.
3 replies