Skip to content

Comment on Super-Structured Data: Rethinking the Schemaparent

Comments

I’m not sure what you mean by “composable” here — could you elaborate?

Composable is the ability to define things in the small and combine with confidence.

SQL not allow this:

    by_id := WHERE id = $1
     
    SELECT * | by_id

CTEs provide some pretty useful composability for SQL queries. I find myself using them all the time.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.