-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprisma.md
More file actions
17 lines (11 loc) · 689 Bytes
/
prisma.md
File metadata and controls
17 lines (11 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Prisma
Prisma is a database toolkit that connects to your database and generates CRUD APIs for your application.
Latest version: v4
Links:
- [Prisma](https://prisma.io)
- [Prisma Markdown](https://github.com/samchon/prisma-markdown)
Links:
- [Prisma Blog](https://prisma.io/blog)
- [Why Use Prisma to Build Your Data Layer in 2024? - Prisma Blog](https://prisma.io/blog/why-prisma-2024)
- [Prisma YouTube Playlist](https://youtube.com/watch?v=4tXGRe5CDDg&list=PLn2e1F9Rfr6kPDIAbfkOxgDLf4N3bFiMn)
- [Drizzle or Prisma? I Built an App Twice to Find Out Which Is Better - DEV Community](https://dev.to/zenstack/drizzle-or-prisma-i-built-an-app-twice-to-find-out-which-is-better-1f82)