daveycodez
daveycodez
Explore posts from servers
BABetter Auth
Created by daveycodez on 1/27/2025 in #bug-reports
api.auth.getSession calls SELECT session and SELECT user separately
Calling getSession, if it doesn't find a cookie, it sends 2 DB queries to select the session and then the user. It would be a lot more performant to send a single query with a join, avoiding waterfall latency
1 replies
DTDrizzle Team
Created by daveycodez on 1/13/2025 in #help
Inferring Types from Schema?
No description
5 replies