Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 479 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 479 Bytes

Go PRQL

Go module/implementation for the PRQL pipelined query language.

WORK IN PROGRESS Watch/star for info on when it's ready.

Installation

Install like any other Go module for use as a library within your own projects...

go get github.com/chris-pikul/go-prql

There is a CLI within this package at ./cmd/ for use locally. To install only that use...

go get github.com/chris-pikul/go-prql/cmd