Hi Mohan, Thank you very much for your enquiry, and for your interest in using jOOQ with Snowflake.
Currently, we're not officially supporting the Snowflake database and it doesn't look like this will change any time soon, as we focus mostly on databases with significant market traction, e.g. the ones on top of this list: https://db-engines.com/en/ranking Nonetheless, in the past, users have been successful in using the jOOQ Open Source Edition with unsupported databases, depending on the complexity of the queries written. Some of the more SQL standard compliant dialects are PostgreSQL and HSQLDB. Would you mind explaining your idea of using jOOQ with POJO classes a little bit more? Do you mean, you'd like to avoid using the code generator? Best Regards, Lukas 2017-06-02 22:35 GMT+02:00 Mohan <[email protected]>: > Hi, > > If I want to use JOOQ just to write complex sql queries with > https://www.snowflake.net/ then what kind of license should be used? > Opensource is good? > > Also Can I use JOOQ to write queries directly with table and columns names > with having a pojo clases for it and read the data like jdbc way? > > Regards, > Mohan > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
