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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This library exists to help developers model and query data when testing and dev
14
14
15
15
- Relies on [Standard Schema][standard-schema] instead of inventing a proprietary modeling syntax you have to learn. You can use any Standard Schema-compliant object modeling library to describe your data, like Zod, ArkType, Valibot, yup, and many others.
16
16
- Full runtime and type-safety.
17
-
- Provides a powerful [querying syntax](#querying) inspired by Prizma;
17
+
- Provides a powerful [querying syntax](#querying)(inspired by Prisma);
18
18
- Supports [relations](#relations) for database-like behaviors (inspired by Drizzle);
19
19
- Supports extensions (including custom extensions) for things like cross-tab collection synchronization or record persistence.
0 commit comments