Slide 11
Slide 11 text
10
Prisma Pros and Cons
- Pros
- Totally Type Safe
- Clear and concise database schema with great IDE support
- Documentation is EXTRAORDINARY.
- Database agnostic schema definition for basic usage
- `Select` only required information => performance++
- No more `select * from`
- Cons
- Another Rust client that might have overhead
- Additional client generating process
- Hard to extend => prisma-zod generator was buggy when I used it.