I'd like to use `express-pouchdb` in my project. However, when my application is started for the first time on a machine, I would like to: * Disable admin party by creating an admin * Setup databases * Setup validation * Setup users * Setup permissions How can I do this from the very application that runs `express-pouchdb`?