Skip to content

Please update to latest squelize version, had issue using it with nest js #157

@relativity-codes

Description

@relativity-codes

TypeError: Cannot read properties of undefined (reading 'setTypeParser')

// my setup
SequelizeModule.forRoot({
dialect: 'postgres',
dialectModule: require('sequelize-cockroachdb'),
host: 'your-host',
port: 26257,
username: 'your-user',
password: 'your-password',
database: 'your-db',
dialectOptions: {
ssl: true,
},
models: [YourModel],
autoLoadModels: true,
synchronize: true,
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions