Writing Composable SQL using Knex and Pipelines

https://lackofimagination.org/2024/11/writing-composable-sql-using-knex-and-pipelines/

21 points · 7 comments · view on lemmy.world

7 Comments

vext01@lemmy.sdf.org · 10 pts · 1y (1 reply)

Got excited when I read "knex", but it wasn't what I thought... not the amazing construction set I had as a kid.

MonkderVierte@lemmy.ml · 2 pts · 1y

It still exists.

MonkderVierte@lemmy.ml · 9 pts · 1y

Knex pipelines:

abbadon420@lemm.ee · 4 pts · 1y (3 replies)

Serious question, what's the problem with hibernate?

Aijan@programming.dev · 4 pts · 1y (1 reply)

I think this page explains it well: https://en.wikipedia.org/wiki/Object–relational_impedance_mismatch

MajorHavoc@programming.dev · 2 pts · 1y

That's a great write-up. Thank you.

SandLight@lemmy.world · 4 pts · 1y

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.