EOSIO / demux-js-postgres

Demux-js Action Handler implementation for Postgres databases
MIT License
11 stars 10 forks source link

Export massive #69

Closed flux627 closed 5 years ago

flux627 commented 5 years ago

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.