Skip to content

Instantly share code, notes, and snippets.

@lholmquist
Created October 29, 2013 14:39
Show Gist options
  • Save lholmquist/7215902 to your computer and use it in GitHub Desktop.
Save lholmquist/7215902 to your computer and use it in GitHub Desktop.
var pouchdb = require('pouchdb');
var db = PouchDB('coolcool');
PouchDB.destroy( 'coolcool', function( error, response ) {
console.log( "error", error );
console.log( "response", response );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment