Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to query json fields #4

Closed
3 tasks
ps73 opened this issue Jan 8, 2022 · 1 comment
Closed
3 tasks

Add support to query json fields #4

ps73 opened this issue Jan 8, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ps73
Copy link
Owner

ps73 commented Jan 8, 2022

Prisma supports querying JSON fields in postgres and mysql. It is currently in preview mode.

  • support path query as $path and support postgres and mysql
  • add $string_contains, $string_starts_with and $string_ends_with
  • add $array_contains, $array_starts_with and $array_ends_with
@ps73 ps73 self-assigned this Jan 8, 2022
@ps73 ps73 added the enhancement New feature or request label Jan 8, 2022
@ps73
Copy link
Owner Author

ps73 commented Feb 3, 2022

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.

@ps73 ps73 closed this as completed Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant