prql-java

    It’s still at an early stage, and currently requires compiling locally, and isn’t published to Maven. Contributions are welcome.

    1. class Main {
    2. String sql = PrqlCompiler.toSql("from table");
    3. System.out.println(sql);
    4. }