Can I use Prisma ORM in a JavaScript project?
Is it recommended to use Prisma ORM with a TypeScript project only? I'm using JavaScript and Postgres in a NodeJS project so I think I won't need a
tsconfig.json
file. Is it considered best practice to only use Prisma ORM with a Typescript poject?5 Replies
you can use prisma in js projects too
@Sudhanshu
Okay, thanks! Is it any different than using Typescript ?
you must trust your intellisense 🙂
Okay 🙂
As DevPanda mentioned, you should be able to use Prisma ORM in JavaScript project without any issues 🙂