-
First of all, thank you for the quality product!😉
Versions:
"react-native": "0.70.4",
"@nozbe/watermelondb": "^0.24.0",
worked, but after upgrading to versions:
"react-native": "…
-
I am facing an issue with using the WatermelonDB writer in my model. I have successfully used the inline writer, but I'm struggling to get the recommended approach of creating a writer in the model to…
-
This is a proposal to change the Gutenberg licensing scheme. Dual license it under [GNU General Public License, v2 (GPL v2)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) and the [Mozilla…
-
Using PushChanges with a locally created record uses the `id` generated on the client. My server ignores this `id` and generates it's own `id`. What's the recommended way to update the local record wi…
-
### What happened?
I have recently updated my project to expo 51, but when I go to build the development client it fails at the `run gradlew` stage with the following error:
```
FAILURE: Build fa…
-
Hey everyone, I'll start off by saying this is probably more a react thing than a watermelon thing, but i'm not sure which way to go. I've used https://github.com/bndkt/sharemystack and the watermelon…
-
I discovered that there is a built-in way used by the test suite to reduce the logging. It feels like something that should be documented because it's useful to control this in many apps:
```
impo…
-
I've been trying to automate the synchronization with the server and I have been unable to figure it out. I feel like it would be really nice if there was an `onChange` event in the SQLiteAdapter/Data…
-
Hi All,
i am new to using watermelondb and now getting below 2 error when running in android emulator
**Note:**
I am using react 60+, 0.69.6 to be precise
App is created using expo cli
![i…
-
the id generated by watermelondb looks like 'wypnlx2gbjho3aw4'.
is it possible to change the format of id generation to uuid?
'8e82e350-6e00-11eb-b274-b7302cbbb5f5'
to follow the pattern of m…