go-prql
go-prql copied to clipboard
Go library/implementation for the PRQL pipelined query language
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