Most voted "pouchdb" questions
10 questions
Sort by count of
-
1
votes2
answers286
viewsConvention for use of Pouchdb with Couchdb
I am developing a simple application with pouchDB and couchDB and have the following questions: In a normal, relational database (mysql for example) I would have several tables. The equivalent…
-
1
votes1
answer37
viewsPouchdb: How to delete all databases?
From what I saw in the Pouchdb documentation it is possible to apply db.destroy(), however, only in the database created/chosen. It is possible to delete all databases (directly by Pouchdb)?…
pouchdbasked 8 years, 3 months ago Marco Garcia 332 -
1
votes2
answers323
viewsVariable loses value after leaving Promisse
Hello, I’m having the following problem, I have a variable that should store the data coming from a promisse, so that this data can be used in other functions, But for some reason the variable keeps…
-
0
votes0
answers29
viewsAdvanced queries with "pouchdb-find"
How to do a search containing using the pouchdb-find? What I have so far is this but it doesn’t work as expected. db.find(selector: {title: "%" + $scope.pesquisa + "%"}) It is possible to do with…
-
0
votes1
answer95
viewsPouchdb + Cordova not working
I’m developing an application using the Pouchdb and creating apps using Cordova. I already tested the application on Chrome, firefox, android browser, safari, Blackberry browser, app for Ios, apk no…
-
0
votes0
answers39
viewsProblems with Pouchdb access
Using Pouchdb with a REST API to replicate.to? Next, I follow the simple example of Pouchdb: bancolocal = new PouchDB('http://192.168.1.100:5984/bancoexterno'); The problem is when I run the…
-
0
votes1
answer34
viewsVector gets values wrong way
Hello, I’m using angular and pouchdb to insert value into an array. but currently with the code below when using the command console.log(vetorPrincipal); he returns like this The right thing would…
-
0
votes0
answers17
viewsPouchdb is not set
Hello, I am using Pouchdb on my website to store information, it is being started in index.html var db = new PouchDB('teste'); It’s working exactly as I expected it to work, it’s been very useful…
-
0
votes1
answer51
viewsFailed Pouchdb Replication for Couchdb
Caenarius I have the following code.: ['tableA', 'tableB', 'tableC'].forEach(name => { let local = new PouchDB(name, { auto_compaction: true }) let server = new PouchDB(serverUrl + name) var…
-
-1
votes1
answer168
viewsProblem to install pouchdb
I’m having trouble installing pouchdb on my computer I don’t know what else to do. C: Users yagos>npm install pouchdb [email protected] install C: Users yagos node_modules leveldown…