PRQL compiler

    For more on PRQL, check out the or the PRQL repo.

    For more usage examples and the library documentation, check out the .

    Compile a PRQL string to a SQLite dialect string.

    src/main.rs

    • Set of all is called an attribute or a column. It has a name and a type domain .

    Frame: descriptor of a relation. Contains list of columns (with names and types). Does not contain data.

    #Tables_versus_relations): persistently stored relation. Some uses of this term actually mean to say “relation”.