OptionalclientOptionalnativeDefines whether the native library shall be used or not.
If true, you need to have pg-native installed.
OptionalpgThe pg library to use. If not provided, the pg npm library will be used. Must be compatible with the pg npm library API.
Using this option should only be considered as a last resort, as the Sequelize team cannot guarantee its compatibility.
OptionalstandardThe PostgreSQL standard_conforming_strings session parameter.
Set to false to not set the option.
WARNING: Setting this to false may expose vulnerabilities and is not recommended!
The PostgreSql
client_min_messagessession parameter. Set explicitly tofalseto not override the database's default. Redshift does not support this parameter, it is important to set this option tofalsewhen connecting to Redshift.