Eduardo Gracez Dusik
Results
2
comments of
Eduardo Gracez Dusik
Are you using neon as a database? By default the project is using neon. `By default, next-forge uses [Neon](https://neon.tech/) as its database provider and [Prisma](https://prisma.io/) as its ORM. However, you...
> What changes did you make to the way your connection is made? I'm using a standard postgres URL like: Just it: env: DATABASE_URL="postgres://postgres:[email protected]:5432/postgres" ```JSX // packages > database >...