prql-compiler 0.3.0

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.
Documentation
1
2
3
4
5
6
7
8
9
10
11
FROM ubuntu

# insert pre-built test binary & tests
COPY test .
COPY src/ src/

# also insert chinook database
COPY chinook.db .
COPY chinook/ .

ENTRYPOINT test