NotNotMike@programming.dev to Python@programming.dev · 1 month agoOpinions: Dataclasses or Pydantic model base?message-squaremessage-square4linkfedilinkarrow-up112arrow-down11
arrow-up111arrow-down1message-squareOpinions: Dataclasses or Pydantic model base?NotNotMike@programming.dev to Python@programming.dev · 1 month agomessage-square4linkfedilink
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1arrow-down1·edit-21 month agoOh btw there are three choices, not two. stdlib dataclasses pydantic dataclasses SQLModel mixin How to use Mixins
Oh btw there are three choices, not two.
stdlib dataclasses
pydantic dataclasses
SQLModel mixin
How to use Mixins