nodester Questions
4
Solved
We're working with a semi-centralized git repository here where I work. Each developer has their own subtree in the central git repository, so it looks something like this:
master
alice/branch1
al...
1
I'm using nodester with iriscouch. I've installed the couchdb-api package. This is my code:
console.log("Running");
//Appears in the logs
var dbServer = require("couchdb-api").srv('eric-wieser.ir...
1
© 2022 - 2024 — McMap. All rights reserved.