Join Slack
Powered by
Quick question, what's the difference between this...
# orm-help
n
Nafis Shah
11/29/2020, 1:45 AM
Quick question, what's the difference between this npm package
https://www.npmjs.com/package/prisma
and
https://www.npmjs.com/package/@prisma/cli
? I am guessing the 2nd one is the Prisma 2.x while the first is just Prisma 1.x
n
nikolasburk
11/29/2020, 9:33 AM
Hey Nafis š your assumption is correct š ⢠the
prisma
package is the Prisma 1 CLI ⢠the
@prisma/cli
package is the Prisma 2 CLI
n
Nafis Shah
11/29/2020, 6:50 PM
Okay cool, if I am starting out is it best to just use Prisma 2?
n
nikolasburk
11/29/2020, 8:06 PM
Yes š Prisma 1 is in maintenance mode, if you're starting out fresh then Prisma 2 is definitely the way to go š
2
Views
Open in Slack
Previous
Next