This is another attempt to cure pg-promise versioning woes. With this change, you no longer have to import massive yourself- you can use the version that demux-postgres uses:
import { massive } from 'demux-postgres'
This should always use the correct version of pg-promise, as required by massive.
This is another attempt to cure
pg-promise
versioning woes. With this change, you no longer have to importmassive
yourself- you can use the version thatdemux-postgres
uses:This should always use the correct version of
pg-promise
, as required bymassive
.