You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON filtering is possible with the $rawWhere query param since 0.5.0, nevertheless my plan is to implement the query params from above into feathers-prisma.
Prisma supports querying JSON fields in postgres and mysql. It is currently in preview mode.
path
query as$path
and support postgres and mysql$string_contains
,$string_starts_with
and$string_ends_with
$array_contains
,$array_starts_with
and$array_ends_with
The text was updated successfully, but these errors were encountered: