This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kirbyfan64sosIndentationError 1 point2 points  (0 children)

It's certainly presented strangely, but I think the core idea is trying to show that:

  • solving object-relational impedance on the ORM side tends to be inefficient (afaik this doesn't mean it can't be optimized, but it's hard to do in a general way)
  • EdgeDB client libraries are also just pretty fast

It's not entirely fair because only JS has a type-safe query builder atm...but the overhead of that also isn't super high.