> Transactional custom mutators that allow complex logic and server-side specific behavior are coming in beta.<p>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.<p>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?<p>edit: I didn't see this notion page which address this <a href="https://replicache.notion.site/Introducing-Zero-8ce1b1f184aa4a9088a9f76e1b8db003#1350c2d5001a4bcb88ee8d3fdb7a125f" rel="nofollow">https://replicache.notion.site/Introducing-Zero-8ce1b1f184aa...</a>