Comment on Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filtersComments−scribu11yIMO, this would be more interesting as an alternative way to write complex queries in an ORM.Currently, all ORMs that I've seen try to mimic the declarative SQL syntax, which doesn't always look pretty.
Comments
IMO, this would be more interesting as an alternative way to write complex queries in an ORM.
Currently, all ORMs that I've seen try to mimic the declarative SQL syntax, which doesn't always look pretty.