Replies: 1 comment
-
I guess this explains it. tldr; drizzle is lower level and closer to sql so doesn't have this feature like prisma |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example the output of the below command is still
User[]
.Is it possible to simply have user be of type
User
?Writing the statement below loses the typing for user and makes it type
any
Beta Was this translation helpful? Give feedback.
All reactions