I'm releasing a new version of jOOQ, a Java persistence library built on top of JDBC. Currently, I support these seven RDBMS:

  • Oracle
  • MySQL
  • Postgres
  • H2
  • HSQLDB
  • DB2
  • SQLite (experimental)

With jOOQ I want to provide both broad and robust RDBMS support. This means I have to be quite selective in order to provide robustness with my integration tests. At the same time, I have to meet end user needs supporting important databases. I expect my end users to heavily rely on their databases. jOOQ is not an OR-mapper. Au contraire, jOOQ embraces vendor-specific features such as stored procedures, so the underlying database really matters to me.

In the next release, I want to add more RDBMS support. For example:

  • MS SQL
  • Derby

What would you suggest, and why? Please explain based on objective grounds and cite your references.

UPDATE:

The following RDBMS are now supported. Thanks again for feedback

  • CUBRID
  • Derby
  • Ingres
  • SQL Server
  • Sybase (both SQL Anywhere and ASE)
link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

With Ring Bearer's suggestion of sybase, and your listing of MS SQL and Derby, the only big ones left are Ingres and Firebird.

IBM also has a second database, Informix, but I know absolutely nothing about it besides the name :)

link|improve this answer
feedback

Sybase - why? a lot of systems still run sybase; especially in Healthcare domain. Sybase is industry class and feature rich. +1 for the project. I went through the site and I am impressed.

link|improve this answer
+1 for the healthcare hint. Thanks. I have it on the roadmap sourceforge.net/apps/trac/jooq/ticket/97. But currently it is a low priority. Healthcare... That's a big industry with lots of legacy code, where jOOQ might fit in well. How do you know? Are you working in that field? – Lukas Eder Jan 13 '11 at 21:14
I can tell you the Practice Management Software my dentist runs uses Sybase. – rancidfishbreath Jan 13 '11 at 21:23
@Lukas, yes I work in healthcare field and I know at least 3 core applications here depend on Sybase. – ring bearer Jan 14 '11 at 2:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.