Zefty
Explore posts from serversDTDrizzle Team
•Created by Zefty on 12/14/2024 in #help
Drizzle seed stuck and no info displayed
Do you know if that is possible?
11 replies
DTDrizzle Team
•Created by Zefty on 12/14/2024 in #help
Drizzle seed stuck and no info displayed
Hey thanks for the code there. The above seems to work only if we provide both the users table and bloodPressure into the seed schema.
I was wondering if we can seed a table with preexisting users data
11 replies
DTDrizzle Team
•Created by Zefty on 12/14/2024 in #help
Drizzle seed stuck and no info displayed
I have a dependency on the user table. Is it possible to generate seed data with a hardcoded userid
11 replies
DTDrizzle Team
•Created by Zefty on 12/14/2024 in #help
Drizzle seed stuck and no info displayed
Ahh will try that. But yes that table has dependencies on another table
11 replies
TTCTheo's Typesafe Cult
•Created by Helix on 7/24/2024 in #questions
NextAuth Callbacks
Something like this (i'm using drizzle) ^
9 replies
TTCTheo's Typesafe Cult
•Created by Helix on 7/24/2024 in #questions
NextAuth Callbacks
Then in your session callback you can add a primsa call to db to fetch tokens and etc
9 replies
TTCTheo's Typesafe Cult
•Created by Helix on 7/24/2024 in #questions
NextAuth Callbacks
Hey, i've done something very similar to you for my app
I noticed you have db adapter so you may have to use database strategy for the session instead of jwt
9 replies