Create an osm-p2p-db instance backed entirely by in-memory storage.
Quick and easy! Each instance has no shared mutable global state. Great for use in unit tests.
var osmdb = require('osm-p2p-mem')
var osm = osmdb()
// ready to use! no async wait.var osmdb = require('osm-p2p-mem')No arguments. Creates a new
osm-p2p-db instance.
With npm installed, run
$ npm install osm-p2p-mem
ISC