medz / prisma-dart

Prisma Client Dart is an auto-generated type-safe ORM. It uses Prisma Engine as the data access layer and is as consistent as possible with the Prisma Client JS/TS APIs.
https://prisma.pub
BSD 3-Clause "New" or "Revised" License
436 stars 29 forks source link

Relationships are not working #310

Closed ghost closed 5 months ago

ghost commented 6 months ago

Hy @medz, I want to appreciate you for putting up a lot of effort to bring prisma to dart/flutter. i find it hard to make a relationship between models. I tried using FluentApi and it is not working. Is there another way to do it?

medz commented 6 months ago

I released version 4.0.0-alpha.1, which supports full Prisma include and select features.

I don't have the energy to maintain version 3.x now.