Nazar

Results 5 comments of Nazar

@MurzNN when I have this code ```prisma model Profile { location Unsupported("Point") @@index([location], type: Gist) } ``` my `seed.ts` file gives me the error ``` src/server/database/prisma/seed.ts:20:40 - error TS2339: Property...

@NathBabs no. I ended up changing my stack. I ended up using Kysely to interact with Postgres and my Database types are derived from the Postgres database using Kysely-codegen.

@NathBabs The problem I was having was that I wasn't able to seed my Database using Prisma when I had ```ts model Profile { location Unsupported("Point") @@index([location], type: Gist) }...

Did you ever get a chance to make this? I found one: https://marketplace.visualstudio.com/items?itemName=befish.zod but it doesn't show the action to convert type to zod schema.

Looking forward to this!