最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

node.js - How to use pg Pool in node js nest js with typeorm - Stack Overflow

programmeradmin3浏览0评论

I already have a Node.js application using NestJS with TypeORM configured. Now, I want to implement a PostgreSQL connection pool using pg Pool for better database connection handling. Is it possible to integrate this into my existing setup, or do I need to start from scratch?

I have also created a separate Node.js NestJS project from scratch where I implemented pg Pool, and it's working fine. Now, I would like to know how I can achieve a similar setup using TypeORM configurations.

发布评论

评论列表(0)

  1. 暂无评论