Learning Prisma from 0
Hi all,
I am following the Prisma docs and I am running into an error message. This is an exisiting project so it is not from scratch but I was wondering if someone could point me out in the right direction? Thanks!!
https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-typescript-postgresql
Querying the database using TypeScript and PostgreSQL | Prisma Docu...
Write data to and query the database using TypeScript and PostgreSQL
1 Reply
Yeah modules/ts can be a bit of a pain. Try using TSX instead of ts-node, that worked out of the box for me