maxmalov / node-manage-db

Manage database with nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"done" callback is not passed to provider

sheerun opened this issue · comments

./node_modules/manage-database/lib/postgres.js:10
      return done(err);
             ^
TypeError: undefined is not a function

You should pass callback function to create and drop methods. I've updated example in readme, check it out 👍