thebjorn
Explore posts from serversDTDrizzle Team
•Created by thebjorn on 6/4/2024 in #help
I cant get Drizzle with Queries to work...
I'm converting a project from prisma, and I'm a bit stuck on the simplest of queries...
This returns records:
while this:
throws
TypeError: Cannot read properties of undefined (reading 'referencedTable')
The Session table:
The User table:
(there was also a relations.ts
file created during introspection that is not imported anywhere)
I'm sure I've just missed something in the documentation, but I've been stuck on this for almost a day now.3 replies
KPCKevin Powell - Community
•Created by thebjorn on 4/16/2024 in #front-end
How are inline-block vertically aligned?
Given the html and the css I would expect the 3 divs to line up horizontally, yet they do not: https://codepen.io/bjorn-pettersen/pen/xxeaaEg
What am I missing?
3 replies