-
Hi i am using watermelondb after upgrade react native version 0.74.3 compile error showing.After some research in react native blog they removed jsimodule.
How to fix this issue? @radex
-
Query Select throw error Error: Row too big to fit into CursorWindow requiredPos=4, totalRows=5 in watermelondb in react native app
-
I have an existing app that's using redux saga. Now is it possible to call a watermelondb query inside of a middleware?
-
Please is there any callback listener or function that gets fired whenever I upload data to watermelon. Simple put is it possible to get the progress when uploading to the database.
The reason I aske…
-
We have two nodejs backends, one running on the server and another running locally with better-sqlite3.
Our online server already has some data inside it we wish to share with the offline database an…
-
### Description
I am encountering an issue where the better_sqlite3.node module fails to load when using WatermelonDB in the web version of my React Native project. The mobile versions (iOS and Andro…
-
I am thinking about adding extensions of SQLite into WatermelonDB. I am highly interested in extending SQLite with the open source library [SpatialLite](https://www.gaia-gis.it/fossil/libspatialite/in…
-
I follow the installation and setup steps and I got this error.
![Screenshot_20240717-085559](https://github.com/user-attachments/assets/26240714-4ccf-49bb-8ddc-0f1f5c4a03da)
-babel.config.js:…
-
**Description:**
I am encountering an issue with WatermelonDB where I am unable to edit data on iOS using the released version of React Native.
**Expected behavior:**
The record should be updated…
-
class Posts extends Model {
static table = 'posts'
@text('title') title: string | undefined;
@text('body') body: string | undefined;
@text('subtitle') subtitle: string | undefine…