prql-dotnet
It provides the PrqlCompiler
class which contains the ToJson
and static methods.
Make sure that libprql_lib.so
(Linux), libprql_lib.dylib
(macOS) or libprql_lib.dll
(Windows) is in your project’s directory together with PrqlCompiler.dll
and the rest of your project’s compiled files. I.e. {your_project}/bin/Debug/net7.0/
.
This is currently at 0.1.0 because we’re waiting to update prql-lib for the latest API. When we’ve done that, we can match the version here with the broader PRQL version.