chris-pikul / go-prql

Go library/implementation for the PRQL pipelined query language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go library/implementation for the PRQL pipelined query language

License:Apache License 2.0


Languages

Language:Go 100.0%