Last active
August 29, 2015 14:18
-
-
Save TylerLeonhardt/907a368bb065785b6edd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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