Maastonakki
Explore posts from serversDTDrizzle Team
•Created by Maastonakki on 10/12/2024 in #help
Calculating average of joined table column
The interesting part is, that if I try to use
${jobs.rating}
and ${jobs.contractorId}
in COALESCE, those get resolved for table contractors
3 replies
DTDrizzle Team
•Created by Maastonakki on 10/12/2024 in #help
Calculating average of joined table column
Actually got this working with this:
3 replies
DTDrizzle Team
•Created by Nacho Elias on 6/18/2024 in #help
Many to many flatten response
I was just about to write same question, funny enough having also
languages
relation which I would like to get flattened.2 replies
TTCTheo's Typesafe Cult
•Created by Maastonakki on 6/21/2024 in #questions
How T3Stack env.js actually works?
Ah! Once again, how stupid I feel. I did have
dotenv
on the project, and even imported in the seed file. Drawback was that I didn't have it imported properly. Quick look into documentation and import "dotenv/config";
did the trick.6 replies