/go-prql

Go library/implementation for the PRQL pipelined query language

Primary LanguageGoApache License 2.0Apache-2.0

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