문제

I want to know how to use jOOQ with Google Cloud SQL. The link provided in the guide seems to be broken:

https://github.com/lukaseder/jOOQ/blob/master/jOOQ-google-cloud-sql/src/org/jooq/test/JOOQTest.java

Is it still supported, or there were changes in the Cloud SQL that jOOQ cannot run on it anymore?

도움이 되었습니까?

해결책

I suspect you have found that link on this blog post here. That was a proof of concept of using jOOQ as a dependency in a Google App Engine project. It worked nicely, but the integration is currently not maintained.

The main changes in Cloud SQL were changes in licensing terms for us as the jOOQ vendor. If you'd like formal support for this platform, I'm sure that some agreement can be made.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top