Drakon
DTDrizzle Team
•Created by Drakon on 2/19/2024 in #help
Drizzle + Neon postgres + NestJS setup help
Hello I have this setup working locally, I found a video setting up NestJS with drizzle but there was no neon. Everything works, but when making a couple of same requests from the frontend I get a NeonDbError: Error connecting to database: fetch failed, could someone help me with the cause of this issue?
I have a database provider -
Then I inject the provider in some service that I need the db for like this -
And a db query example just in case -
2 replies