Kris
Kris
@radex Is this still not possible? I'm trying to do something similar
@radex Any updates on whether this would this be possibly added as a future feature? I think ideally it would be nice if in the model (using OP example), we...
Extremely late but watermelondb works with any backend but the implementation of the push/pull endpoints have to be done by you. No idea about the considerations since I've never used...
I just swapped my find query for a regular `.query(Q.where())` so I can check if there is no matching records. Not the ideal method but a workaround for now
@brunochimenes You can do this: https://nozbe.github.io/WatermelonDB/Writers.html?highlight=delete#delete-action
I believe you can only have the id in only one of the changes' objects. If it's in `created`, it should not need to be in `updated` as it will...
@radex What would be the most efficient workaround for this? I am running into both the problems @AndreasA mentioned. When I create a record in one of my tables, I...
Not yet supported - https://github.com/Nozbe/WatermelonDB/issues/178 - https://github.com/Nozbe/WatermelonDB/issues/917 - https://github.com/microsoft/react-native-windows/issues/7016
If you'd like to do that you can submit a pull request if that's what you mean?
Go for it you can just submit a pull request and the repo owner (radex) will usually just add some comments and decide to merge it or not. I think...