-
Hi, thanks for this wonderful lib! đź‘Ź
I already read a lot of issues and PRs but I'm not 100% sure if I can use the same `server id` in local database, my main points are:
- Is there a conflict …
-
Just curious, does WatermelonDB support or plan to support optimistic updates (ie: mutations from the client side that immediately update on the client side)? Wanted to start a discussion as I didn't …
natew updated
5 years ago
-
Does the 0.14.0 support react-native 0.60.x?
After upgrading to react-native 0.60.4 I'm getting an error 'Uh-oh. Database failed to load, we're in big trouble.'
Stacktrace:
> C:\xx\node_modules…
-
LokiJSAdapter assumes worker-loader and webpack presence for Web Worker loading. This makes WatermelonDB impossible to use with other bundlers such as parcel. It would be nice to have the possibility …
-
I am getting error as
> SQLiteLog: (1) no such table: playlists
When I check databases folder of my package I don't find the .db file as well.
Database
```
import {Database} from '@nozbe/…
-
https://github.com/Nozbe/WatermelonDB/pull/62#issuecomment-426970096
This is going to be tricky to do, because:
- we can only (reasonably) work on untyped data
- it messes up the queuing logic.…
radex updated
5 years ago
-
Currently to delete some records in table we have to delete it by single record. So deletion is kind a very slow.
-
Hi,
The demo https://watermelondb.now.sh/ shows the title search alone.
How to do a content search ? Also, include the number of hits in brackets before searching..
After search, would like t…
-
It seems that Safari 13 has a bug (which I sadly didn't catch while it was in beta) in the way it measures how much space is used by the IndexedDB database. It thinks that much more is in use than the…
radex updated
5 years ago
-
We have a use case with the following parameters:
- There is a single model `MyEntity`
- `MyEntity` has a `kind` field (an Enum) and a `content` field (JSON)
- The JSON schema for the `content` fie…