Skip to content

Add PRQL #771

Closed
Closed
@vanillajonathan

Description

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.

https://prql-lang.org/
https://github.com/PRQL/prql

If you want an unsupported language added, provide:

  • language name: PRQL
  • file extension(s): .prql
  • method(s) of commenting text: #
  • location of sample code: https://prql-lang.org/

Example:

from track_plays
filter plays > 10_000                # Readable numbers
filter (length | in 60..240)         # Ranges with `..`
filter recorded > @2008-01-01        # Simple date literals
filter released - recorded < 180days # Nice interval literals
sort {length}                        # Concise order direction

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions