Skip to content
whichcli

Compare · database

drizzle-kitvsprisma

drizzle-kit과(와) prisma를 비교합니다

Pick drizzle-kit if

drizzle-kit

33.5k
database
  • Drizzle Kit is a CLI migrator tool for Drizzle ORM.
  • It is probably the one and only tool that lets you completely automatically generate SQL migrations and covers ~95% of the common cases like deletions and renames by prompting user input.
  • <https://github

Pick prisma if

prisma

45.6k
database
  • Prisma is an open-source database toolkit.
  • It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database.
  • You can use Prisma in new projects or add it to an existing one.

비교

drizzle-kit vs prisma comparison
Featuredrizzle-kitprisma
GitHub Stars33.5k45.6k
카테고리databasedatabase
태그npm, databasenpm, database
지원 OSallall
패키지 매니저npmnpm

설치 명령어

npmnpm install -g drizzle-kit
npmnpm install -g prisma