We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A database user for connection is determined via username property in sequelize. On the other hand it is user property in node-postgres.
username
user
The text was updated successfully, but these errors were encountered:
[cesarandreu#1] Adapted to new version of pg package
2833faf
[cesarandreu#1] removing delete database, it's make sense?
379f6f4
[cesarandreu#1] Change database to default postgres
d535c65
No branches or pull requests
A database user for connection is determined via
username
property in sequelize.On the other hand it is
user
property in node-postgres.The text was updated successfully, but these errors were encountered: