Quick question, what's the difference between this...
# orm-help
n
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
Hey Nafis šŸ‘‹ your assumption is correct šŸ™‚ • the
prisma
package is the Prisma 1 CLI • the
@prisma/cli
package is the Prisma 2 CLI
n
Okay cool, if I am starting out is it best to just use Prisma 2?
n
Yes šŸ‘Œ Prisma 1 is in maintenance mode, if you're starting out fresh then Prisma 2 is definitely the way to go šŸ˜„