NotNotMike@programming.dev to Python@programming.dev · 2 months agoOpinions: Dataclasses or Pydantic model base?message-squaremessage-square6linkfedilinkarrow-up113arrow-down11
arrow-up112arrow-down1message-squareOpinions: Dataclasses or Pydantic model base?NotNotMike@programming.dev to Python@programming.dev · 2 months agomessage-square6linkfedilink
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1arrow-down1·edit-22 months 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