-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Feature Request] Update array at index #5440
Comments
I think the arguments would be: |
I imagine this will need co-ordination between the server and client-side libraries. Has anyone taken up the server-side work for this? If not I'm happy to get that side done. |
@omairvaiyani Feel free to open a PR. The server-side work hasn't been done yet. Thanks for getting started on this! |
Sounds good! FYI this mongodb article is more closer to the I'm not at all familiar with postgres so my PR might be a little lacking |
If there is enough support for this feature we will reopen. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
object.add('list', value, index);
Additional context
Add any other context or screenshots about the feature request here.
Mongo and Postgres supports this
Mongo has $ positional operator
Postgres has element[index]
The text was updated successfully, but these errors were encountered: