-
Hi and thanks for vasern.
I've read 08/10/2019 updated and I would like to ask you for clarification on the new roadmap.
Only vasern-server will not be released? are the changes and new features…
-
Hi guys,
I wanted to give Watermelon a spin, and when building on pure 0.59.3 project I receive this error
```
error Failed to build iOS project. We ran "xcodebuild" command but it exited…
-
```
import {withDatabase} from '@nozbe/watermelondb/DatabaseProvider';
import withObservables from '@nozbe/with-observables';
import React, {Fragment} from 'react';
import {
Button,
FlatLi…
-
Realm was [never a perfect fit for us](https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/576) (neither [React Native](https://github.com/realm/realm-js/issues/2239)) and we've been searchin…
-
Hey guys I'm developing RN app and I'm trying to implement custom sync process. But it seems that when I create records fetched from API all WDB records has `syncStatus: "created"` and whole object un…
-
How to integrate indexeddb or pouchdb or watermelondb to save index???
I don't want to accept files from user every time...I don't want to create index everytime...However the user will have files …
-
I want to fetch related records from the table in react-native. I was following watermelon db's official document.
```
import Blog from "./model/Blog";
import Post from "./model/Post";
...
e…
-
Hi guys,
I've started playing with Watermelon and created basic example
```
import { Database, Model } from '@nozbe/watermelondb'
import LokiJSAdapter from '@nozbe/watermelondb/adapters/lokijs'
…
-
Hi! My React-Native app has multiple scheme's like: "Appname - Alpha", "Appname - Beta".
But the " - " results in a failed build on the archive commando.
The error in Xcode:
```
cp: RandomFilePa…
-
Hi! I have one question. I'm building a small chat app. My database has users and messages (relates to each other). The app has a Contactlist which shows all the users and Chatscreens with the message…