Hi Uli On Tue, Apr 9, 2019 at 5:04 PM Ulrich Grepel <[email protected]> wrote:
> I said that my current approach is using PostgreSQL via testcontainers, > but that it is not limited to PostgreSQL. I'm not going to add additional > database support to testcontainers itself, so at least myself I would be > limited to what testcontainers offers. Which is, limiting this to SQL and > ignoring NoSQL: > > - MySQL > - MariaDB > - Postgres > - Oracle-XE > - MS SQL Server > > All of these are supported by jOOQ as well (at least by the commercial > version), and I think this is a fairly important subset. So at least a lot > of cases could be solved by that approach, with possibly more if > testcontainers adds support. > Yes, jOOQ supports them, and all of them should run on docker, too. -- 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.
