ldeavila
WWasp-lang
•Created by ldeavila on 3/6/2024 in #đŸ™‹questions
Best place to share experiences and/or feedback?
I dont have access.đŸ˜
5 replies
WWasp-lang
•Created by 0xtlt on 4/17/2023 in #đŸ™‹questions
Prisma Enum
Fully agree that this was a hack. đŸ˜œ I actually ended up going a different direction with the authorization design so I killed this approach. I'll share my experiences in a separate thread.
15 replies
WWasp-lang
•Created by Samadhi on 12/13/2023 in #đŸ™‹questions
Modular .wasp files?
+1 to having modular .wasp file support
11 replies
WWasp-lang
•Created by 0xtlt on 4/17/2023 in #đŸ™‹questions
Prisma Enum
Just got a workaround fully working for Postgress
1) Created a seeder function that use
$executeRawUnsafe
to create the enum.
2) Upgraded to prisma 5.10.2
. Version shipped with wasp crashes Prisma Studio if an enum is defined in the db15 replies