Password authentication failed when trying to run migration postgresql
When i run this command "db:migrate": "tsx src/drizzle/migrate.ts"
i get the below error
The DB url is DATABASE_URl = "postgresql://susant:susant@localhost:5432/elixer"
the user and password is correct as i am using the same credentials in a different project with objection and knex.js and its working fine.
I can't figure out the issue here
0 Replies