Vincit/knex-db-manager

Cannot find module 'pg-escape'

Closed this issue · 2 comments

Package 'pg-escape' is missing in package.json of this module:

Error: Cannot find module 'pg-escape'

Thanks for the report. Actually all driver related modules are missing from package.json, since package was planned to work with multiple different databases without need to install all the drivers.

However at least better error message would be good to have to tell the user list of required additional packages.

Added this one to documentation page npm install command.