I've integrated a user authentication and it already works very well. (Authenticates and returns a JWT in cookie.) But for some reasons AFTER I logged ...
I've integrated a user authentication and it already works very well. (Authenticates and returns a JWT in cookie.) But for some reasons AFTER I logged ...
I have some largish JSON data that looks a bit like I need to pick out the topics and types and create something like: how would I go about it i ...
RxError: RxError: RxDatabase.create(): Adapter not added. Use RxDB.plugin(require('pouchdb-adapter-[adaptername]'); Given parameters: { adapter:"async ...
Introduction We are using PouchDB 7.2.1 to synchronize a mobile PWA with a CouchDB to build up a Shared Context. In order to achieve this we use the ...
To implement sorting, in CouchDB we have to create an index (otherwise the corresponding mango query fails). I haven't found a way to do this in Fauxt ...
I have several PCs in the network with application that uses CouchDB. CouchDb is configured to replicate data with CouchDb instance on all other nodes ...
i am using a hlf system based on chaincode to show how smart contracts could be created. Now i am stuck with (in my mind) a very easy problem i guess ...
I am looking for a way to query and modify the access rights of users for databases. I found a query to get all users: https://localhost:5984/_users ...
In the design stage for an app that collects large amounts of data... Ideally, I want it to be an offline-first app and was looking to Pouchdb/Counch ...
I am developing an ionic application using PouchDB to store data that I plan to sync with CouchDB and I am wondering what are the tools and/or good pr ...
I use CouchDB to store records in JSON manner. My question is does it always keep the same order when returning the documents list? ...
I want to setup one-way replicate system. like a backup system. but in below senario, specific documents are not replicated to target. setup repl ...
I have a database on a powerful but distant CouchDB server (imagine a typical "cloud server"). I want to replicate this database to a local but less ...
I am trying to send data to couchdb database but I saw that it shows it the couchdb document of the database as this but I sended that data : like th ...
I am using validate_doc_update functions to do basic validation on the object to be stored. This is great to ensure that certain fields are present fo ...
when use [ Axios or Fetch ] to make operation on [couchdb] using localhost: request is pending and when test with postman the same problem f ...
How can I find selected only elements included value during array elements from mongo? I tried $elemMatch, but I didn't get the result I wanted Docu ...
I am trying to update documents on couchdb documents and especially the Id of the document, and all of that with python put requests. But I don't know ...
how can I retrieve data from a couchdb database, not in a document of a database but in all the documents of the database. I already verified if a val ...
Issue Having made no changes to our Ionic app, calls to putAttachment are now failing on some Android devices. Info: Environment: Ionic/Angular ...