-
Hi,
I tried to use `lokijs` to run my test / storybook with sample data. Do you see issues using this adapter on react-native env. I currently get
```
error: bundling failed: Error: Unable to re…
-
What do you think about add **like** and **notLike** operator to query ?
It could be a good optimization for applications with search feature in large amount of data.
## Proposal
```js
comme…
-
## Environment:
```
System:
OS: macOS 10.14
CPU: x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Memory: 396.60 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
…
-
### Description of Issue
I am using [these docs](https://github.com/Nozbe/WatermelonDB/blob/master/docs/Installation.md) to set up a WatermelonDV project. I'm using [this boilerplate](https://github.…
ror-y updated
6 years ago
-
Hey! We use rambdax quite extensively in https://github.com/Nozbe/WatermelonDB and between 0.12.x and 0.13, it's been breaking one of the tests.
TL;DR. This:
```
is(Array)([{}])
```
evaluat…
radex updated
6 years ago
-
The query gets the parent object from db by id. -> MyObjectInstance
MyObjectInstance = await database.collections.get('parentTableName').query(Q.where('id', id)).fetch();
When I try to to get My…
-
I have schema, model and instance database.
User Model:
```babel
// User Model
// @flow
import { Model } from '@nozbe/watermelondb'
import { field, json, } from '@nozbe/watermelondb/decorato…
-
### Steps to reproduce
1. Install https://www.npmjs.com/package/react-devtools
2. Run `react-devtools`
3. Toggle inspector from react-native dev options `cmd+D` on simulator
4. Click on an element…
-
## There have been updates to the *react* monorepo:
+ - The `devDependency` [react](https://github.com/facebook/react) was updated from `16.5.2` to `16.6.0`.
🚨 [View failing branch](https://githu…
-
Currently, we build and output Watermelon in two formats: ESM and CJS. If I understand correctly (@mobily knows this), it's because React Native needs CJS, but Webpack can do tree shaking with ESM. In…
radex updated
6 years ago