sanser
sanser
Explore posts from servers
DTDrizzle Team
Created by sanser on 4/4/2024 in #help
Error: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing
i seem to be getting this error when i run my drizzle-kit push:pg
Error: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing
Error: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing
the database url is from supabase!
3 replies
DTDrizzle Team
Created by sanser on 3/29/2024 in #help
better way to check truthy / falsey from select
Hey all, currently checking if the length > 0 and <1 to check truthy / falsey is there a better way to do this with drizzle? if (existingUser.length > 0)
5 replies
DTDrizzle Team
Created by sanser on 11/15/2023 in #help
Using cloudflare pages postgres and lucia
Hey all im running into so many issues trying to get this setup, has anyone done this before, i have tried to use createClient, sql and createPool from @vercel/postgres but i cant get it working, does anyone have an example of how do this? i want to use a direct connection to my postgres db
4 replies