cockroachdb / cockroachdb/sequelize-cockroachdb

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

Open
#157 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
55
Forks
18
PR merge metrics
No merged PRs in 30d

Description

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,
});

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.