-
Hello,
I'm looking for a way to query a table where the length of the children (has_many relation) is greater than 0.
I'm currently doing it like this:
```
const disciplines = useLstObservab…
-
While working on sync api implementation, data was not getting synced with the back-end server. As I debug the issue using `react-native log-android` for android apk it is giving the below error:
`…
-
https://watermelondb.vercel.app/
404: NOT_FOUND
Code: DEPLOYMENT_NOT_FOUND
ID: bom1::6mwvd-1666588809733-d25bb9ff924f
-
Giving:
```tsx
type Props = { note: NoteModel; database: Database; noteId: string };
const NotePageComponent: React.FC = ({ note }) => {
const database = useDatabase();
const history = us…
-
Hi,
I saw in the first version storing of index is done (Store to levelDB or any other db system #189) however it has been dropped due to slowness.
1) How much memory we would need if we need …
-
The website is showing a deployment error
-
I have two models one `Staff.js` other is `RanchOwner.js`
`Staff.js`
```
import { Model } from '@nozbe/watermelondb';
import { field, date, relation } from '@nozbe/watermelondb/decorators';
im…
-
Not sure which is better because we can make a local API or a database with react? But I am not sure what is better for our case, as well as what is realistically easier for us
-
Hey,
I'd like to migrate WatermelonDB docs from `mdbook` to Docusaurus, a de facto standard in the React/React Native community for project websites. With that, I'd also like documentation to featu…
radex updated
6 months ago
-
Hey, when I do a refetch of data to a list which is observed withObservables, and each element of the list also observes its changes, the action itself looks ok. The list elements update and rerender …