npm install prisma@latest --save-dev
# Initializing Prisma will create a prisma/schema.prisma file.
npx prisma init
npx prisma init --datasource-provider sqlite
npx prisma init --datasource-provider mongodb
# 下面相当于,基于现有数据库,生成scheme model
npx prisma db pull
npx prisma db push
npm install @prisma/client@latest
npx prisma generate
npx prisma studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Glauy/prisma-crash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
prismajs practice
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published