Skip to content

Contents code regarding to replication of pouch-couch and implementation of transform pouch. having error in transform pouch

Notifications You must be signed in to change notification settings

jariwalabhavesh/Transform-pouch-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

There are two html pages.

  1. index.html

    • This page take data of employee and store into pouchdb and then replicate it to the local couchdb.
    • If you have installed couchdb locally then just run this page and enter employee data in it.
    • Code in app.js
  2. ReadData.html

    • This page replicate employee data from local couch to pouchdb.
    • Here i implemented transform-pouch for data encrypt and decrypt.
    • Code in app2.js
  3. Problem:

    • Problem is in app2.js file on line no: 115 in outgoing function.
    • i am not able to identify how transform-pouch output function is getting alredy decrypted data.
    • just comment line no 118,125,126,127 in app2.js file then you will find error.

About

Contents code regarding to replication of pouch-couch and implementation of transform pouch. having error in transform pouch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published