Content
@
0 reply
0 recast
2 reactions
downshift
@downshift.eth
there’s beauty in a properly normalized schema mapped to strong types constrain your data (and thank me later) hints: use postgres constraints on your string fields, don’t put JSON in your db, use materialized views and/or prudent caching if joins get too expensive
1 reply
1 recast
14 reactions
Mo
@meb
Counterpoint, JSON fields can sometimes be handy for some data That said, definitely a +1 on strongly typed schemas
1 reply
0 recast
1 reaction
downshift
@downshift.eth
agree, sometimes it does make sense usually, it’s done lazily and makes the system worse in a lot of ways
0 reply
0 recast
0 reaction