You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Even without using advanced features, ZenStack offers the following benefits as
47
47
2. More TypeScript type inference, less code generation.
48
48
3. Fully-typed query-builder API as a better escape hatch compared to Prisma's [raw queries](https://www.prisma.io/docs/orm/prisma-client/using-raw-sql/raw-queries) or [typed SQL](https://www.prisma.io/docs/orm/prisma-client/using-raw-sql/typedsql).
49
49
50
-
> Although ZenStack v3's runtime doesn't depend on Prisma anymore (specifically, `@prisma/client`), it still relies on Prisma to handle database migration. See [database migration](https://zenstack.dev/docs/3.x/orm/migration) for more details.
50
+
> Although ZenStack v3's ORM runtime doesn't depend on Prisma anymore (specifically, `@prisma/client`), it still relies on Prisma to handle database migration. See [database migration](https://zenstack.dev/docs/3.x/orm/migration) for more details.
51
51
52
52
# Quick start
53
53
@@ -77,7 +77,7 @@ Alternatively, you can set it up manually:
77
77
78
78
```bash
79
79
npm install -D @zenstackhq/cli@next
80
-
npm install @zenstackhq/runtime@next
80
+
npm install @zenstackhq/orm@next
81
81
```
82
82
83
83
Then create a `zenstack` folder and a `schema.zmodel` file in it.
0 commit comments