From 17927f3a9090dfc684307695f83323ea9d397058 Mon Sep 17 00:00:00 2001 From: multipliedtwice Date: Sat, 14 Sep 2024 09:12:49 +0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 759d51c..26c06bf 100644 --- a/README.md +++ b/README.md @@ -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.