P
Prisma•5mo ago
Sudhanshu

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
DevPanda
DevPanda•5mo ago
you can use prisma in js projects too @Sudhanshu
Sudhanshu
SudhanshuOP•5mo ago
Okay, thanks! Is it any different than using Typescript ?
DevPanda
DevPanda•5mo ago
you must trust your intellisense 🙂
Sudhanshu
SudhanshuOP•5mo ago
Okay 🙂
Nurul
Nurul•5mo ago
As DevPanda mentioned, you should be able to use Prisma ORM in JavaScript project without any issues 🙂

Did you find this page helpful?