holdfenytolvaj / pogi

Javascript library for PostgreSQL and node.js
MIT License
140 stars 15 forks source link

PgDb.js depends on module extsprintf, but Pogi does not install it #15

Closed fburleigh closed 5 years ago

fburleigh commented 5 years ago

A recent update to PgDb.js that fixes #14 adds a requirement for module extsprintf, but Pogi's install does not install it. That makes Pogi except my app. I suspect this is cruft from a debug session.

Additionally, PgDb.js emits a query's text (prefaced with 'GGG'). I suspect that, too, is not intended, outside the context of a logger being enabled.

holdfenytolvaj commented 5 years ago

The log is a shame, the first was missing probably as I only used yarn. In any case it is not an important dependency, i've removed it instead.

Thanks a lot!

fburleigh commented 5 years ago

And thank you a lot!