3 ms·
> Transactional custom mutators that allow complex logic and server-side specific behavior are coming in beta. It seems right now it only supports CRUD-style l
by techn00 2y ago
> Transactional custom mutators that allow complex logic and server-side specific behavior are coming in beta.
It seems right now it only supports CRUD-style logic? Suppose I have a Go backend service (or any other language, really). Creating and exposing some pg tables for the read only path is something reasonable if I want to integrate with zero.
But what about the write path in such an app? Where you have some business logic that doesn't involve simple CRUD, will (or does) zero support that with custom mutators?
edit: I didn't see this notion page which address this https://replicache.notion.site/Introducing-Zero-8ce1b1f184aa4a9088a9f76e1b8db003#1350c2d5001a4bcb88ee8d3fdb7a125f https://replicache.notion.site/Introducing-Zero-8ce1b1f184aa...
- aboodman 2y agoYep - Notion doc answers your question.