40
you are viewing a single comment's thread
view the rest of the comments
[-] Newtra@pawb.social 8 points 1 year ago

ooo, I love this. It reminds me of how nice C#'s LINQ is...

"Pipeline style" DB queries have some interesting advantages as well:

  • It's straightforward to write efficient queries for DBs that don't include a query optimizer stares at Datomic
  • You can split the pipeline into server-side and client-side steps when working with less capable DBs stares at most of NoSQL
  • It would be much easier to transition from a pipeline API to a non-text-based API so that our ORMs/query builders can directly talk to DBs without the overhead of generating and parsing SQL.
this post was submitted on 26 Jul 2023
40 points (100.0% liked)

Technology

37602 readers
506 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS