Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
multipliedtwice authored Oct 6, 2024
1 parent 49e9904 commit 254abe5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

This tool helps you quickly create API endpoints in your Express app using your Prisma models.

When you run `npx prisma generate`, it automatically:
Exposes Prisma API to clients - all operations with database is available, including all relationships at any depth.

When you run `npx prisma generate`, it will:

- Exposes Prisma API to clients - all operations with database is available, including all relationships at any depth.
- Generates service functions that you can import into your Express routes.
- Router generator function that lets you select which routes to enable in your express app and which middlewares to apply.

Expand Down

0 comments on commit 254abe5

Please sign in to comment.