react-native-local-mongodb icon indicating copy to clipboard operation
react-native-local-mongodb copied to clipboard

react-native local mongodb storage.

Results 12 react-native-local-mongodb issues
Sort by recently updated
recently updated
newest added

I cant seem to get testing to work. I installed the dev dependencies, and I am trying to create a in-memory DB for my test. First by using the example...

This examples states that the insert will fail if it has constraints on a field. I don't see where in the documentation that explains how to add constrains as well...

Hello, need a bit of help i want to use another storage, i find react-native-mmkv good and fast, not sure if will improve performance but i want to give it...

Hello, In documentation on readme we can read "inMemoryOnly (optional, defaults to false): as the name implies." but it is true by default.

Hello, thanks very much for this but I am looking for how to update an existing object in an array based on a value or query check, how can I...

``` System: OS: macOS 10.15.2 CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Memory: 48.47 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.4.0 - /usr/local/bin/node Yarn:...

inside my datastore configuration: ``` afterSerialization: async (data) => { const payload = await data; console.log('E1: ', payload); const encrypted = await encryptData(payload); console.log('E2: ', encrypted); return encrypted; }, beforeDeserialization:...

HI Team, Please help to solve the below issue. Issue: In production environment after inserting into DB the recrods are missing. For our business scenario we are frequently updating the...

After indexing a field that's an object type, the value will become empty after inserting. I cannot use objects for the _id field because of the same issue I believe...