1

I am using https://www.jooq.org/translate/ to translate SQL queries, and I want to translate SQL into jOOQ (Java) statements.

Can the program for to this API provide an installation package for self-hosting?

I want to deploy this API on my own server.

enter image description here

Lukas Eder
  • 211,314
  • 129
  • 689
  • 1,509

1 Answers1

0

There's a pending feature request to offer the translator as an out of the box web service for the jOOQ Enterprise Edition, but you can also easily roll your own using the jOOQ parser as a programmatic API. Perhaps, the parser CLI can be taken as a source of inspiration on how to do this?

The SQLDialect.JAVA dialect used in your screenshot is available from the jOOQ Professional Edition.

Lukas Eder
  • 211,314
  • 129
  • 689
  • 1,509