Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
multipliedtwice authored Sep 14, 2024
1 parent 6c94df8 commit 17927f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This tool helps you quickly create API endpoints in your Express app using your

When you run `npx prisma generate`, it automatically creates two things:

- Exposes Prisma API to clients - all operations with database is available, including all relationships at any depth.
- Service functions that you can import into your Express routes. By default, these functions handle CRUD operations and output validation. This behavior can be controlled.
- Router generator function that lets you select which routes to add to the application and which middlewares to apply.

Expand Down

0 comments on commit 17927f3

Please sign in to comment.