pouchdb Questions
2
So I'm using Ionic v2 and using Pouch for mobile development using sqlite. Data coming from a REST API which contains something like this:
{
"record-id": "2332255",
"record-name": "record-ABC-XT...
1
Solved
I'm playing with Mango queries on a CouchDB 2.0 instance, through the fantastic pouchdb-find.
A few times I got the dreaded no matching index found, create an index to optimize query time warning ...
Antecedency asked 18/11, 2016 at 21:42
1
I've gotten some great feedback from Stackoverflow and wanted to check on one more idea.
Currently I've got a webapp that runs nodejs on a PAAS (Heroku and trying out bluemix). The server is bein...
0
Very similar to these two CouchDB questions: 3311225 and 8924793, except that these approaches don't allow partial matching. Having e.g. these entries:
[{_id: 1, status: 'NEW', name: 'a'},
{_id: 2...
3
Solved
I would like to get all documents that contain a certain string in them, I can't seem to find a solution for it..
for example I have the following doc ids
vw_10
vw_11
bmw_12
vw_13
bmw_14
volvo_15...
2
Solved
So I am working on Ionice2 project (still new at this .. almost a week), and I am trying to follow the tutorial below to use PouchDB for LocalStorage.
Tutorial:
http://gonehybrid.com/how-to-use-po...
Impostume asked 25/5, 2016 at 17:43
3
What's the best security practice to follow while using PouchDB on the client-side to access a remote server?
The example on https://pouchdb.com/getting-started.html syncs with the remote server w...
1
When I try to replicate a remote couchdb (on ubuntu 14.04- 64 bit) with my local pouchdb, I encouter this strange error.
My couchdb is proxied via nginx and running on https. Traffic from client to...
Kaolin asked 29/11, 2016 at 12:36
1
Solved
In the CouchDB documentation they say we can insert documents in bulk, with all_or_nothing or new_edits option if we want to. But it seems, all_or_nothing key does not have any effects when we use ...
Wolfgang asked 20/10, 2016 at 0:40
5
It would be great to have something similar to PouchDB.
Current key-value storage (AsyncStorage) is definitely not enough to store and query data.
Aught asked 4/4, 2015 at 23:56
1
I have a couchdb running on a virtual linux machine. This db has cors enabled and setup. I have added an admin user and
password to the db. I also have require_valid_user set to true.
I am trying ...
Onofredo asked 5/8, 2016 at 4:10
1
Solved
I'm using PouchDb and the plugin PouchDb-find to query my local DB in an ionic web app. In almost every use case, I get the following warning when querying whereas I've created an index:
{
"docs"...
Hussy asked 21/7, 2016 at 7:41
3
I'm developing a mobile app wrapped in Cordova that runs alongside our web-based application, based on PHP & MySQL. The mobile app uses local-storage & gets data via a layer of services tha...
0
I am using pouchDB in my hybrid (Ionic) app to send and retrieve data from my Cloudant databases.
I have used continuous replication until now, but there are too many transactions and the server's...
Supinator asked 8/6, 2016 at 12:54
1
Solved
We are working on an application that will be offered both as a web-based and as a cross-platform desktop solution by means of Electron.
Due to customer requirements, the desktop client cannot mak...
3
Solved
Switching from mongo to pouchdb (with Cloudant), i like the "one database per user" concept, but is there a way to create multiple collections/tables per database ?
Example
- Peter
- History
-...
3
Having issues with PouchDB 5.3.0. I am getting following error in my Ionic app
Error: Database location or iosDatabaseLocation value is now mandatory
in openDatabase call
The above error is becau...
Foreknowledge asked 30/3, 2016 at 19:9
2
Solved
I'm using PouchDB with websql adapter or a cordova app (I'm using the sqlite plugin).
N.B. this database is completely local and I have no need for it to sync.
For my specific application (the da...
1
Solved
How do you use sync in case there are 10 databases.
Do I have to set up 10 new sync?
db = new PouchDB(this.database);
db.sync(remoteCouch, opts1)
db.sync(remoteCouch, opts2)
...
Which means it...
Recognizor asked 14/3, 2016 at 16:47
1
Solved
I have a function that may either create or update documents in PouchDB, as follows. The function works perfectly when run the first time. However, every subsequent run yields a 409 error, even tho...
Luciennelucier asked 12/2, 2016 at 6:42
3
Solved
I'd like to use PouchDB with CouchDB because of the great syncing and replication features for my web app but have a difficult time finding the best way to model my data for what I need to do.
Th...
1
I have an app that manages prospects. These prospects are assigned to some collaborators. They have a tablet that they use to contact our clients. The mobile app has offline support and syncs with ...
3
Solved
Really would like to use CouchDB, and maybe make the Meteor app get data updates via Meteor Publish and Subscribe. But can't seem to figure out how to connect the Meteor app with CouchDB instead of...
1
I am looking at Relay / GraphQL. Looks great to use with React but my main concern is whether it is possible to use GraphQL in an offline mode. In my Hybrid app built currently using Ionic Framewor...
3
Solved
In a Phonegap offline/online project:
What is the difference between using PouchDB and using CouchBase Lite with the new LiteGap plugin?
Are they two different solutions to the same problem?
Can...
Scorify asked 24/8, 2013 at 7:47
© 2022 - 2024 — McMap. All rights reserved.