-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Postgresql support #4086
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
Postgresql support #4086
Conversation
# Conflicts: # docker/dev/Dockerfile
Docker Image for build 4 is available on Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes |
FYI I'm aware this exists and conflicts with #4087 but just need properly review both and decide on the best one. |
I've taken parts of this PR and merged it. Thanks for the contribution :) |
Hi I did some more extensive testing and fixed any issues I encountered.
To circumvent the issues with json fields I decided to cast the fields as nvarchar since the syntax is similar in both Mysql and Postgresql. The functionality work similar when doing this on both Postgresql and Mysql.
It seems be working. However I haven't been able to test the certificates section yet. But the rest is working fine.
Let me know if what you guys think or if you have any comments on the changes.