i agree. i prefer mongo db approach.

Reply to this note

Please Login to reply.

Discussion

I think that is worse (for different reasons), but maybe nostr:nprofile1qqsza7flq8xjfylqgg66dwrmzrfuff6w9flt0s72795zdrm27ue3fdgct4s0j will agree with you.

what is the reason? :homerdisappear:

I’ve never used Mongo DB. I have no problem with the relational model per se. My issue with SQL is that it is text based and compiled in real time. That makes it a huge security concern. It’s also just really inconvenient for programmers to have to construct sequel statements using a text library. In general databases should be accessed through a software API — a library of function calls that are driven by data structures that cannot be compiled in real time.

What about ORMs?