Closed dberardo-com closed 1 year ago
This package is used via pg. Try pg.native
(where pg = require('pg')
or equivalent).
according to this table pg-native is supported by sequelize: https://sequelize.org/releases/
has that changed?
pg.native
is how pg-native is exposed with a common API.
thanks a lot, now the error has changed:
Cannot read properties of undefined (reading 'on')
probably this is due to some join operation i am using in the query ? :-/
i am getting this error: this.lib.Client is not a constructor when using pg-native with sequelize. more details here: https://github.com/sequelize/website/issues/734
is this normal ?