首页 > 解决方案 > 如何将节点项目与 postgresql 链接?

问题描述

我使用https://github.com/javieraviles/node-typescript-koa-rest设置我的应用程序,然后添加 babel、objection、knex、pg。我想在没有错误的情况下开始我的项目。

我收到此错误

TypeORM connection error:  error: password authentication failed for user "user".

如何设置我的项目并管理用户和数据库?

标签: node.jspostgresqltypeorm

解决方案


推荐阅读