jingoo icon indicating copy to clipboard operation
jingoo copied to clipboard

PPX to generate typed TObj from records

Open askvortsov1 opened this issue 2 years ago • 1 comments

It should be possible to make a PPX that generates a function that maps an instance of some type "t" into the typed jingoo model representation. For projects with complex DB models, this could significantly cut down on boilerplate.

askvortsov1 avatar Apr 13 '22 18:04 askvortsov1

Is it something like ppx_deriving_yojson? Certainly a ppx tool would be useful, but I don't know if it should be included in this package.

tategakibunko avatar Apr 14 '22 22:04 tategakibunko