knex迁移问题

问题描述

我想进行knex迁移,这给了我这个错误error: password authentication Failed for user "user"

问题出在我的knexfile.js中,我的数据库设置如下:

// Update with your config settings.

module.exports = {
  development: {
    client: 'postgresql',user: 'postgres',password: '123',connection: 'postgres://localhost/tutorial',},};

由于我猜该应用程序无法正确读取此文件,并且我不知道该怎么办,请提出任何建议?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)