Skip to content

Instantly share code, notes, and snippets.

@ayatmaulana
Created June 17, 2019 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayatmaulana/de2a947a56bc8946c7c5194bbcb87cd4 to your computer and use it in GitHub Desktop.
Save ayatmaulana/de2a947a56bc8946c7c5194bbcb87cd4 to your computer and use it in GitHub Desktop.
// create database
var db = new Pouch("TADAEngineering")
// destroying database
db.destroy()
.then(success => ...)
.catch(error => ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment