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

An update on what I've been working on recently, and my plans for the upcoming weeks and months. This is a request for comments, too, so please feel free to...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies
javascript

Currently if we make a query with joined tables, we cannot sort on columns of joined tables. The goal of this PR is to be able to indicate on which...

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.0.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies
javascript

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies
javascript

I tried everything, this is my environment: "@nozbe/watermelondb": "^0.23.0", "@nozbe/with-observables": "^1.4.0", "devDependencies": { "@babel/plugin-proposal-decorators": "^7.14.5", ..................................................................................................................................................................... this is happening when I added a Model to the modelClasses object here my...

# Why in expo sdk 44+ project, we opened formal swift integration. for swift to call objective-c functions, sometimes the `#import` format should be done right. learn more from https://github.com/expo/expo/issues/15622#issuecomment-997225774...

In my app plants are delivered to nurseries. Deliveries can originate from nurseries or terminate there. Thus the deliveries table has two relations to the nurseries table with the corresponding...

When I try to use my models in jest tests, the use of `@lazy` triggers this error. Note that I use typescript on my models. I noticed that `lazy` doesn't...

Hello, How can I catch the "no space left on device" error in order to alert my users? When running out of disk space, I can see the following in...