切换暗黑模式
新建了一个空的postgresql数据库,之后我使用nestjs去连接postgresql服务,控制台报错:
database "xxx" is not currently accepting connections
进入postgresql数据库里执行
alter database tracking with allow_connections true;
允许数据库连接即可