prql-java It’s still at an early stage, and currently requires compiling locally, and isn’t published to Maven. Contributions are welcome. class Main { String sql = PrqlCompiler.toSql("from table"); System.out.println(sql);}