-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest npm version of this package is 1.1.0 #49
Comments
Hi @Pahicz -- thanks for the issue! This project was left ownerless for a while, but the good news is that since last month, we have been working on modernizing the library. Stay tuned for a new version within a few weeks to months. |
Thanks for the quick reply! That's great to hear that. What i did to make it work:
So far it did not crash while I was using it, but of course, that is a completely different version of pg so I guess it might. |
Hi there, is there more visibility on a new release for this lib? |
Hi - glad to see this project is active again! The new update to NPM: 6.0.0-alpha.0 is missing sequelize from dependencies (package.json) so this is not installed automatically by NPM resulting in an error on start. Can be fixed as seen below. "dependencies": { Thanks! |
Hello! |
Hi @papb Ah makes sense - thanks 👍 Is there any concern with sequelize updates? Should one stick to a specific version of v5 or v6 when using? (e.g the ones you use when testing?)? Or should avoiding major updates be enough? Thanks |
Avoiding major updates should be enough! |
Could you please update the package in npm to the latest version?
There is 9 months old version and it internaly uses pg package version 6.3.3 which could freeze the whole app, when I want to use it now I need to manually update pg inside the package which is quite annoying (or download it from here).
https://www.npmjs.com/package/sequelize-cockroachdb/v/1.1.0
The text was updated successfully, but these errors were encountered: