Show HN: Gophrql – A pure Go implementation of PRQL

https://github.com/maxpert/gophrql
by maxpert • 7 months ago
2 0 7 months ago

I wrote GoPhRQL, a Go implementation of PRQL (https://prql-lang.org) the pipelined relational query language that compiles to SQL. I mostly built it because I wanted to use PRQL from Go and couldn’t find a working port. It’s functional, still evolving, and fun to hack on. It compiles to valid SQL for Postgres, MySQL, DuckDB, SQLite, and more.

You can access repo here: https://github.com/maxpert/gophrql

Related Stories

Loading related stories...

Source preview

github.com