Skip to content

Instantly share code, notes, and snippets.

@TylerLeonhardt
Last active August 29, 2015 14:18
Show Gist options
  • Save TylerLeonhardt/907a368bb065785b6edd to your computer and use it in GitHub Desktop.
Save TylerLeonhardt/907a368bb065785b6edd to your computer and use it in GitHub Desktop.
var pouch1 = new PouchDB('savvy', {adapter: 'memory'});
var pouch2 = new PouchDB('firm1', {adapter: 'memory'});
var pouch3 = new PouchDB('firm2', {adapter: 'memory'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment