I am looking at using a node REST (json) service consumed by a Marshmallow ORM on client side to act as a persistence layer. I was wondering if anyone has experience / views of speed of such a persistence approach compared to straight tclientdataset approach - across CRUD operations. I prefer the ORM approach with objects as I believe it provides way more flexibility on client side rather than referring to cds all over.
Any views much appreciated:)