thebjorn
Explore posts from serversDTDrizzle Team
•Created by thebjorn on 6/4/2024 in #help
I cant get Drizzle with Queries to work...
Nevermind, figured it out. I needed to initialize db with both schema and relations:
3 replies
DTDrizzle Team
•Created by thebjorn on 6/4/2024 in #help
I cant get Drizzle with Queries to work...
PS: I can get the records using
.leftJoin
, but the with:
syntax seemed like an easier transition path from prisma's include:
syntax...3 replies
KPCKevin Powell - Community
•Created by thebjorn on 4/16/2024 in #front-end
How are inline-block vertically aligned?
It's mainly for my own understanding. Good catch on the y-margin issue. Changing
display: inline
to display: inline-flex; align-items: end;
is closer to what I was expecting (although I can see why that was wrong).3 replies