Harshit Pant
Harshit Pant
Virtual or computed fields can be pretty useful when fields are derived from the parts of the actual record(for example computing gravatar from email). - Mongoose implements them like so:...
for example , I have this prisma model ```prisma model User { id String @default(cuid()) @id email String @unique password String eventFollow Event[] } model Event { eventId String @default(cuid())...
**Describe the bug** Prisma CLI is parsing regular local private URLs as cloud workspace URLs with the following error if you are logged in. When you are logged out it...
All non-prisma core OSS projects should have an MIT license.
very WIP - [ ] Make sync script work with new setup or rewrite it - [ ] Remove unused scripts - [ ] Make sure Slack notifications works well...
Right now `prisma-docs-generator` doesn't generator types for schema enums. It need to do so.
// TODO: outline ideal testing solution and initial test cases // Snapshot?? // jest-dom?
I found out that some paths are broken when using this with something like redwood. Integration tests would be nice here.