blog/next-chapter-2 #447
Replies: 2 comments 3 replies
-
|
I absolutely love the query builder and computer fields examples in these docs. However, I feel a little unsure about the procedures. Would the generated APIs include IO schema validation? Also, the return value of |
Beta Was this translation helpful? Give feedback.
-
|
This is seriously great stuff. I'm already using v3 and loving it. Will it be possible to define procedures at both the model level and client level? That's something Prisma supports right now. It could look something like const db = new ZenStackClient(schema, {
...
procs: {
$client: {
...
}
Post: {
...
},
},
});client.post.$procs.something()client.$procs.something()I think putting everything in the client itself would become hard to organize over time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
blog/next-chapter-2
This post explores how ZenStack V3 will become a more extensible ORM.
https://zenstack.dev/blog/next-chapter-2
Beta Was this translation helpful? Give feedback.
All reactions