22
Writing Composable SQL using Knex and Pipelines
(lackofimagination.org)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Serious question, what's the problem with hibernate?
Half the time I wish I was raw dogging sql and object mappers. Hibernate can be so annoying to set up right with complicated relations.
I think this page explains it well: https://en.wikipedia.org/wiki/Object–relational_impedance_mismatch
That's a great write-up. Thank you.