-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Postgresql support #4087
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
Add Postgresql support #4087
Conversation
|
Docker Image for build 1 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 #4086 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 :) |
I have adapted most of the SQL queries using the ‘objection’ library as much as possible.
These were tested in a containerised app with the Postgres and MySQL databases.
I haven't tested SSL certificate creation, but the queries in this section are normally compatible.