WatermelonDB icon indicating copy to clipboard operation
WatermelonDB copied to clipboard

🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️

Results 258 WatermelonDB issues
Sort by recently updated
recently updated
newest added

I'm getting the error below. This appoints to babel.config.js file, but I've added the decoratorsBeforeExport options and the error persists. Someone can help? I appreciate that. ![Screenshot_1648210785](https://user-images.githubusercontent.com/54117323/160119586-457b517a-2f98-4e17-93b2-4878c90362d5.png) Babel file: ![babel](https://user-images.githubusercontent.com/54117323/160119263-e0c16eb2-2f17-4237-8799-53200efce5fb.png)...

Hi, this is a question on how to resolve the following issue: - Create a record on client - Push changes with lastPulledAt for conflict resolution - Server sets createdAt...

My source code build ios app on MacOS chip M1: **success** But **fail** if build it on MacOS chip Intel x86_64 both same: - MacOS 12.1 - Xcode: 13.2.1 ----...

When runnig project in android api level 16, my app crashes and I get this error: ``` java.lang.RuntimeException: Could not invoke DatabaseBridge.query at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:383) at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:151) at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) at...

Hello! We are looking into Watermelon for syncing functionality and we are unsure about a certain use case. Imagine 2 devices (D1, D2): 1. D1 is offline and updates column...

wontfix

After Enabling JSI On Android, Sync Function sometimes failed with error `Failed To execute db update - sqlite error 1 (cannot rollback - no transaction is active)` and it never...

wontfix

Ref #612 I gave it a try @radex . I am having a hard time coming up with a great example that demonstrates "do not put await between `prepareUpdate` and...

wontfix

This is to fix: https://github.com/Nozbe/WatermelonDB/issues/186 Right now, deleting records is not very efficient in WatermelonDB. Say you have models like this: Blog has_many Post has_many Comment. If you want to...

help wanted
good first issue

I have an existing app that's using redux saga. Now is it possible to call a watermelondb query inside of a middleware?

wontfix