0.24.0-danger.3eb1a165.5 • Published 5 years ago
no-prisma v0.24.0-danger.3eb1a165.5
no-prisma
Getting Started
- Add this code to db/schema.prisma:
model Project {
id Int @default(autoincrement()) @id
name String
}
- DB migrate
blitz db migrate
- Start the dev server
blitz start
Open http://localhost:3000 with your browser to see the result.
0.24.0-danger.6aed7213.6
5 years ago
0.24.0-danger.3eb1a165.5
5 years ago