panter / ra-data-prisma

Packages to connect react-admin with prisma version 2
MIT License
84 stars 28 forks source link

Upgrade Dependencies, DataProvider migration and is/isnot handling #142

Closed BeardInASuit closed 7 months ago

BeardInASuit commented 8 months ago

Maybe it is a breaking change since LegacyDataProvider is migrated to DataProvider

macrozone commented 8 months ago

@BeardInASuit

i did not have time to release the "beta" version yet, but that has support for newer prisma versions.

https://github.com/panter/ra-data-prisma/tree/beta

The dataprovider itself has not direclty something to do with prisma, its just that the graphl api is similar.

Initially the api is derived from nexus-plugin-prisma, which is deprecated for some time.

in the beta branch a forked version of nexus-plugin-prisma is used. that also generates slightly different queries in some edge cases (i think sorting of related records).

So it would be best to target further improvements on the beta branch, so if possible could you: