@alevnyacow/nzmt 0.15.1 → 0.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,9 +67,11 @@ This will generate:
|
|
|
67
67
|
|
|
68
68
|
**All code is editable - you stay in full control!**
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
So, only two things left to do:
|
|
71
71
|
|
|
72
|
-
-
|
|
72
|
+
- Describe entity properties and validation rules using Zod for the `User` entity in the scaffolded file `/shared/entities/user/user.entity.ts`.
|
|
73
|
+
|
|
74
|
+
- Implement Prisma mappers in `/server/stores/user/user.store.prisma.ts`.
|
|
73
75
|
All methods and contracts are already scaffolded; you only need to describe the mappers themselves. RAM store implementation works out of the box.
|
|
74
76
|
|
|
75
77
|
# Design principles
|