Comment by kovek
4 years ago
Could there be a tool that would translate PRQL to SQL? One could then write in ~/my_scripts/closest_points.prql and then run a command to get the sql equivalent and use that in exiting SQL tools that do not currently access PRQL (like Postgres).
From the PRQL page: "PRQL transpiles to SQL, so it can be used with any database that uses SQL."