pouchdb-react-native
pouchdb-react-native copied to clipboard
UPDATE don't work
Hello, I have developed an application with an internal database I can insert data normally but when I want to update a large data I get this error :
[Error: database or disk is full (code 13 SQLITE_FULL[13])]
Does anyone know how to fix it ?
"pouchdb-react-native": "^6.4.1", "expo": "~47.0.12", "react-native": "0.70.5",
@Philip970 hi , are you also facing issues on react native expo about performance , find query is very slow and allDocs are not good enough for RAM, how are you managing data?